WebPageRazorHost.DefaultPageBaseClass Property

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

Gets or sets the base class of the default page.

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

function get DefaultPageBaseClass () : String 
function set DefaultPageBaseClass (value : String)

Property Value

Type: System.String
The base class of the default page.
Show: