RazorEngineHost.EnableInstrumentation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Boolean indicating if instrumentation code should be injected into the output page
public:
virtual property bool EnableInstrumentation { bool get(); void set(bool value); };
public virtual bool EnableInstrumentation { get; set; }
member this.EnableInstrumentation : bool with get, set
Public Overridable Property EnableInstrumentation As Boolean