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)

public virtual string InstrumentedSourceFilePath { get; set; }

Property Value

Type: System.String
The instrumented source file path for the host.
Show: