WebPageExecutingBase.NormalizeLayoutPagePath Method
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Protected Friend Overridable Function NormalizeLayoutPagePath ( _
layoutPagePath As String _
) As String
'Usage
Dim layoutPagePath As String
Dim returnValue As String
returnValue = Me.NormalizeLayoutPagePath(layoutPagePath)
protected internal virtual string NormalizeLayoutPagePath(
string layoutPagePath
)
protected public:
virtual String^ NormalizeLayoutPagePath(
String^ layoutPagePath
)
abstract NormalizeLayoutPagePath :
layoutPagePath:string -> string
override NormalizeLayoutPagePath :
layoutPagePath:string -> string
function NormalizeLayoutPagePath(
layoutPagePath : String
) : String
Parameters
- layoutPagePath
Type: System.String
Return Value
Type: System.String