Gets the URL format for a particular URL rewriting rule name from Web.config.

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

Syntax

C#
public static string GetUrlRewriterFormat(
	string key
)
Visual Basic
Public Shared Function GetUrlRewriterFormat ( 
	key As String
) As String
Visual C++
public:
static String^ GetUrlRewriterFormat(
	String^ key
)
F#
static member GetUrlRewriterFormat : 
        key : string -> string 

Parameters

key
Type: System..::..String
Key for a format to retrieve.

Return Value

Type: String
URL format from rewriter rules in Web.config.

See Also