summaryM:DotNetNuke.UI.WebControls.WebControls.StripUrlPaths(System.String,DotNetNuke.UI.WebControls.UrlFormatType,System.Web.UI.Page)
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)
Syntax
C# |
---|
public static string StripUrlPaths( string Text, UrlFormatType Type, Page ThePage ) |
Visual Basic |
---|
Public Shared Function StripUrlPaths ( Text As String, Type As UrlFormatType, ThePage As Page ) As String |
Parameters
- Text
- Type: System..::..String
paramTextM:DotNetNuke.UI.WebControls.WebControls.StripUrlPaths(System.String,DotNetNuke.UI.WebControls.UrlFormatType,System.Web.UI.Page)
- Type
- Type: DotNetNuke.UI.WebControls..::..UrlFormatType
paramTypeM:DotNetNuke.UI.WebControls.WebControls.StripUrlPaths(System.String,DotNetNuke.UI.WebControls.UrlFormatType,System.Web.UI.Page)
- ThePage
- Type: System.Web.UI..::..Page
paramThePageM:DotNetNuke.UI.WebControls.WebControls.StripUrlPaths(System.String,DotNetNuke.UI.WebControls.UrlFormatType,System.Web.UI.Page)