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)

protected override function InheritsStatement() : boolean

Return Value

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