Share via


HelperPage.VirtualPath Property

Gets the virtual path of the page.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Shared ReadOnly Property VirtualPath As String 
    Get
'Usage
Dim value As String 

value = HelperPage.VirtualPath
public static string VirtualPath { get; }
public:
static property String^ VirtualPath {
    String^ get ();
}
static member VirtualPath : string
static function get VirtualPath () : String

Property Value

Type: System.String
The virtual path.

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace