WebPageRazorHost::IsSpecialPage Property

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

Gets a value that indicates whether the webpage is a special page.

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

public:
property bool IsSpecialPage {
	bool get ();
}

Property Value

Type: System::Boolean
true if the webpage is a special page; otherwise, false.
Show: