Used to check if the path is rewriteable - only aspx pages (or rewritten pages without extensions) should be rewritten.

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

Syntax

C#
public static bool IsRewriteable(
	string path
)
Visual Basic
Public Shared Function IsRewriteable ( 
	path As String
) As Boolean
Visual C++
public:
static bool IsRewriteable(
	String^ path
)
F#
static member IsRewriteable : 
        path : string -> bool 

Parameters

path
Type: System..::..String
Path of the page to rewrite.

Return Value

Type: Boolean

See Also