RazorEngineHost.InstrumentedSourceFilePath Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the instrumented source file path for the host.
Namespace: System.Web.Razor
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Overridable Property InstrumentedSourceFilePath As String
Get
Set
'Usage
Dim instance As RazorEngineHost
Dim value As String
value = instance.InstrumentedSourceFilePath
instance.InstrumentedSourceFilePath = value
public virtual string InstrumentedSourceFilePath { get; set; }
public:
virtual property String^ InstrumentedSourceFilePath {
String^ get ();
void set (String^ value);
}
abstract InstrumentedSourceFilePath : string with get, set
override InstrumentedSourceFilePath : string with get, set
function get InstrumentedSourceFilePath () : String
function set InstrumentedSourceFilePath (value : String)
Property Value
Type: System.String
The instrumented source file path for the host.