HttpResponseExtensionsReload Method
Reloads the source HttpResponse.
Namespace: DevCase.Extensions.HttpResponseExtensionsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static void Reload(
this HttpResponse sender
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Sub Reload (
sender As HttpResponse
)
Dim sender As HttpResponse
sender.Reload()
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
static void Reload(
HttpResponse^ sender
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member Reload :
sender : HttpResponse -> unit
No code example is currently available or this language may not be supported.
- sender HttpResponse
-
The source HttpResponse.
In Visual Basic and C#, you can call this method as an instance method on any object of type
HttpResponse. 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).