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)

abstract InheritsStatement : unit -> bool  
override InheritsStatement : unit -> bool

Return Value

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