Kendo.Mvc.UI.Fluent.MobileNavBarBuilder
Defines the fluent API for configuring the Kendo MobileNavBar for ASP.NET MVC.
Methods
Content(System.Action)
Sets the HTML content which the content should display.
Parameters
value System.Action
The action which renders the content.
Content(System.Action<Kendo.Mvc.UI.MobileNavBar>)
Sets the HTML content which the content should display.
Parameters
value System.Action<Kendo.Mvc.UI.MobileNavBar>
The action which renders the content.
Content(System.Func<System.Object,System.Object>)
Sets the HTML content which the content should display.
Parameters
value System.Func<System.Object,System.Object>
The content wrapped in a regular HTML tag or text tag (Razor syntax).
Content(System.Func<Kendo.Mvc.UI.MobileNavBar,System.Func<System.Object,System.Object>>)
Sets the HTML content which the content should display.
Parameters
value System.Func<Kendo.Mvc.UI.MobileNavBar,System.Func>
The content wrapped in a regular HTML tag or text tag (Razor syntax).
Content(System.String)
Sets the HTML content which the view content should display as a string.
Parameters
value System.String
The action which renders the view content.