AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

StringExtensions..::..UrlFriendly Method

Creates a string that is Url-friendly.

Namespace:  AdvantageCMS.Core.Common
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static string UrlFriendly(
	this string text,
	string separator,
	int maxLength
)

Parameters

text
Type: String
The text.
separator
Type: String
The separator.
maxLength
Type: Int32
The maximum length.

Return Value

System.String.