|
ClientSideExtensionsRefresh(Control) Method
|
Registers the control to perform a page refresh.
Namespace: GSF.Web.UIAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxpublic static void Refresh(
this Control control
)
<ExtensionAttribute>
Public Shared Sub Refresh (
control As Control
)
public:
[ExtensionAttribute]
static void Refresh(
Control^ control
)
[<ExtensionAttribute>]
static member Refresh :
control : Control -> unit
GSF.Web.UI.ClientSideExtensions.Refresh = function(control);
View SourceParameters
- control Control
- Control that will perform a page refresh when clicked.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Control. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also