Signum.Web.Tab.Tab C# (CSharp) Method

Tab() public method

public Tab ( string id, HelperResult>.Func title, HelperResult>.Func body ) : System
id string
title HelperResult>.Func
body HelperResult>.Func
return System
        public Tab(string id, Func<object, HelperResult> title, Func<object, HelperResult> body)
            : this(id, title(null), body(null))
        {
        }

Same methods

Tab::Tab ( string id, HelperResult>.Func title, System.Web.Mvc.MvcHtmlString body ) : System
Tab::Tab ( string id, System.Web.WebPages.HelperResult title, System.Web.WebPages.HelperResult body ) : System
Tab::Tab ( string id, System.Web.Mvc.MvcHtmlString title, HelperResult>.Func body ) : System
Tab::Tab ( string id, System.Web.Mvc.MvcHtmlString title, System.Web.Mvc.MvcHtmlString body ) : System
Tab::Tab ( string id, string title, HelperResult>.Func body ) : System
Tab::Tab ( string id, string title, System.Web.Mvc.MvcHtmlString body ) : System