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)
Syntax
protected override bool InheritsStatement()
protected:
virtual bool InheritsStatement() override
override InheritsStatement : unit -> bool
Protected Overrides Function InheritsStatement As Boolean
Return Value
Type: System.Boolean
true if the code block and model is inherited; otherwise, false.
See Also
MvcVBRazorCodeParser Class
System.Web.Mvc.Razor Namespace
Return to top