Share via


HelperPage.HelperVirtualPath Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the path of the helper page.

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

Syntax

'Declaration
Protected Shared Property HelperVirtualPath As String 
    Get 
    Set
'Usage
Dim value As String 

value = HelperPage.HelperVirtualPath 

HelperPage.HelperVirtualPath = value
protected static string HelperVirtualPath { get; set; }
protected:
static property String^ HelperVirtualPath {
    String^ get ();
    void set (String^ value);
}
static member HelperVirtualPath : string with get, set
static function get HelperVirtualPath () : String 
static function set HelperVirtualPath (value : String)

Property Value

Type: System.String
The path of the helper page.

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace