Share via


RazorEngineHost.StaticHelpers Property

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

Gets or sets the static helpers for the host.

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

Syntax

'Declaration
Public Overridable Property StaticHelpers As Boolean 
    Get 
    Set
'Usage
Dim instance As RazorEngineHost 
Dim value As Boolean 

value = instance.StaticHelpers

instance.StaticHelpers = value
public virtual bool StaticHelpers { get; set; }
public:
virtual property bool StaticHelpers {
    bool get ();
    void set (bool value);
}
abstract StaticHelpers : bool with get, set 
override StaticHelpers : bool with get, set
function get StaticHelpers () : boolean 
function set StaticHelpers (value : boolean)

Property Value

Type: System.Boolean
The static helpers for the host.

See Also

Reference

RazorEngineHost Class

System.Web.Razor Namespace