HomepageExtension.OnRefresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the Start page in IIS Manager is refreshed.
protected public:
virtual void OnRefresh();
protected internal virtual void OnRefresh ();
abstract member OnRefresh : unit -> unit
override this.OnRefresh : unit -> unit
Protected Friend Overridable Sub OnRefresh ()
Remarks
Derived classes can refresh their cache by using this method.