RazorEngineHost.DefaultBaseClass Property

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

Gets or sets the default base class for the host.

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

'Declaration
Public Overridable Property DefaultBaseClass As String 
	Get 
	Set
'Usage
Dim instance As RazorEngineHost 
Dim value As String 

value = instance.DefaultBaseClass

instance.DefaultBaseClass = value

Property Value

Type: System.String
The default base class for the host.
Show: