Property | Type | Description | |
---|---|---|---|
Active | bool | ||
Body | System.Web.WebPages.HelperResult | ||
Id | string | ||
Title | System.Web.WebPages.HelperResult | ||
ToolTip | string |
Method | Description | |
---|---|---|
Tab ( string id, HelperResult>.Func | ||
Tab ( string id, HelperResult>.Func |
||
Tab ( string id, System.Web.WebPages.HelperResult title, System.Web.WebPages.HelperResult body ) : System | ||
Tab ( string id, System.Web.Mvc.MvcHtmlString title, HelperResult>.Func |
||
Tab ( string id, System.Web.Mvc.MvcHtmlString title, System.Web.Mvc.MvcHtmlString body ) : System | ||
Tab ( string id, string title, HelperResult>.Func |
||
Tab ( string id, string title, System.Web.Mvc.MvcHtmlString body ) : System | ||
WriteBody ( |
||
WriteHeader ( |
public Tab ( string id, HelperResult>.Func |
||
id | string | |
title | HelperResult>.Func | |
body | HelperResult>.Func | |
return | System |
public Tab ( string id, HelperResult>.Func |
||
id | string | |
title | HelperResult>.Func | |
body | System.Web.Mvc.MvcHtmlString | |
return | System |
public Tab ( string id, System.Web.WebPages.HelperResult title, System.Web.WebPages.HelperResult body ) : System | ||
id | string | |
title | System.Web.WebPages.HelperResult | |
body | System.Web.WebPages.HelperResult | |
return | System |
public Tab ( string id, System.Web.Mvc.MvcHtmlString title, HelperResult>.Func |
||
id | string | |
title | System.Web.Mvc.MvcHtmlString | |
body | HelperResult>.Func | |
return | System |
public Tab ( string id, System.Web.Mvc.MvcHtmlString title, System.Web.Mvc.MvcHtmlString body ) : System | ||
id | string | |
title | System.Web.Mvc.MvcHtmlString | |
body | System.Web.Mvc.MvcHtmlString | |
return | System |
public Tab ( string id, string title, HelperResult>.Func |
||
id | string | |
title | string | |
body | HelperResult>.Func | |
return | System |
public Tab ( string id, string title, System.Web.Mvc.MvcHtmlString body ) : System | ||
id | string | |
title | string | |
body | System.Web.Mvc.MvcHtmlString | |
return | System |
public WriteBody ( |
||
writer | ||
first | ||
context | TypeContext | |
return | void |
public WriteHeader ( |
||
writer | ||
first | ||
context | TypeContext | |
return | void |
public HelperResult,System.Web.WebPages Body | ||
return | System.Web.WebPages.HelperResult |
public HelperResult,System.Web.WebPages Title | ||
return | System.Web.WebPages.HelperResult |