RazorEngineHost::GeneratedClassContext Property

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

Gets or sets the generated class context for the host.

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

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

Property Value

Type: System.Web.Razor.Generator::GeneratedClassContext
The generated class context for the host.
Show: