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)

public:
virtual property bool StaticHelpers {
	bool get ();
	void set (bool value);
}

Property Value

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