reloadFromOrigin(_:)
Reloads the current webpage, and performs end-to-end revalidation of the content using cache-validating conditionals, if possible.
Declaration
@IBAction func reloadFromOrigin(_ sender: Any?)Parameters
- sender:
The object that sent the message.
Discussion
Make this method the action of any controls that trigger a reload of your web content. Connect your controls to this method programmatically or in Interface Builder.