MvcVBRazorCodeParser.InheritsStatement Method

Sets a value that indicates whether the current code block and model should be inherited.

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

'Declaration
Protected Overrides Function InheritsStatement As Boolean
'Usage
Dim returnValue As Boolean 

returnValue = Me.InheritsStatement()

Return Value

Type: System.Boolean
true if the code block and model is inherited; otherwise, false.
Show: