This documentation is archived and is not being maintained.
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)
'Declaration
Public ReadOnly Property IsSpecialPage As Boolean
Get
'Usage
Dim instance As WebPageRazorHost
Dim value As Boolean
value = instance.IsSpecialPage
Property Value
Type:
System.Booleantrue if the webpage is a special page; otherwise, false.