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.Boolean
true if the webpage is a special page; otherwise, false.
Show: