Share via


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

Return Value

Type: System.String

See Also

Reference

WebPageExecutingBase Class

System.Web.WebPages Namespace