Share via


WebPageRazorHost.PhysicalPath Property

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

Gets the physical file system path of the razor host.

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

Syntax

'Declaration
Public Property PhysicalPath As String 
    Get 
    Set
'Usage
Dim instance As WebPageRazorHost 
Dim value As String 

value = instance.PhysicalPath

instance.PhysicalPath = value
public string PhysicalPath { get; set; }
public:
property String^ PhysicalPath {
    String^ get ();
    void set (String^ value);
}
member PhysicalPath : string with get, set
function get PhysicalPath () : String 
function set PhysicalPath (value : String)

Property Value

Type: System.String
They physical file system path of the razor host.

See Also

Reference

WebPageRazorHost Class

System.Web.WebPages.Razor Namespace