Reloads the current page by redirecting the response to the current URL.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static void ReloadCurrentPage(
	bool endResponse
)
Visual Basic
Public Shared Sub ReloadCurrentPage ( 
	endResponse As Boolean
)
Visual C++
public:
static void ReloadCurrentPage(
	bool endResponse
)
F#
static member ReloadCurrentPage : 
        endResponse : bool -> unit 

Parameters

endResponse
Type: System..::..Boolean
End response

See Also