WebPageRazorHost::DefaultClassName Property

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

Gets or sets the name of the default class.

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

public:
virtual property String^ DefaultClassName {
	String^ get () override;
	void set (String^ value) override;
}

Property Value

Type: System::String
The name of the default class.
Show: