Click or drag to resize
UriHelperIsUrlSafeChar Method
IsUrlSafeChar

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static bool IsUrlSafeChar(
	char ch
)

Parameters

ch
Type: SystemChar

[Missing <param name="ch"/> documentation for "M:Adf.UriHelper.IsUrlSafeChar(System.Char)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Adf.UriHelper.IsUrlSafeChar(System.Char)"]

See Also