summaryM:DotNetNuke.Entities.Urls.FriendlyUrlController.CleanNameForUrl(System.String,DotNetNuke.Entities.Urls.FriendlyUrlOptions,System.Boolean@)

Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string CleanNameForUrl(
	string urlName,
	FriendlyUrlOptions options,
	out bool replacedUnwantedChars
)
Visual Basic
Public Shared Function CleanNameForUrl ( 
	urlName As String,
	options As FriendlyUrlOptions,
	<OutAttribute> ByRef replacedUnwantedChars As Boolean
) As String

Parameters

urlName
Type: System..::..String
paramurlNameM:DotNetNuke.Entities.Urls.FriendlyUrlController.CleanNameForUrl(System.String,DotNetNuke.Entities.Urls.FriendlyUrlOptions,System.Boolean@)
options
Type: DotNetNuke.Entities.Urls..::..FriendlyUrlOptions
paramoptionsM:DotNetNuke.Entities.Urls.FriendlyUrlController.CleanNameForUrl(System.String,DotNetNuke.Entities.Urls.FriendlyUrlOptions,System.Boolean@)
replacedUnwantedChars
Type: System..::..Boolean%
paramreplacedUnwantedCharsM:DotNetNuke.Entities.Urls.FriendlyUrlController.CleanNameForUrl(System.String,DotNetNuke.Entities.Urls.FriendlyUrlOptions,System.Boolean@)

Return Value

returnsM:DotNetNuke.Entities.Urls.FriendlyUrlController.CleanNameForUrl(System.String,DotNetNuke.Entities.Urls.FriendlyUrlOptions,System.Boolean@)

See Also