Share via


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)

Syntax

'Declaration
Public ReadOnly Property IsSpecialPage As Boolean 
    Get
'Usage
Dim instance As WebPageRazorHost 
Dim value As Boolean 

value = instance.IsSpecialPage
public bool IsSpecialPage { get; }
public:
property bool IsSpecialPage {
    bool get ();
}
member IsSpecialPage : bool
function get IsSpecialPage () : boolean

Property Value

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

See Also

Reference

WebPageRazorHost Class

System.Web.WebPages.Razor Namespace