RazorEngineHost.StaticHelpers 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 helper methods should be instance methods or static methods
public:
virtual property bool StaticHelpers { bool get(); void set(bool value); };
public virtual bool StaticHelpers { get; set; }
member this.StaticHelpers : bool with get, set
Public Overridable Property StaticHelpers As Boolean