BootstrapMvcHelpers.BreadcrumbHelper.BreadcrumbHelper C# (CSharp) Метод

BreadcrumbHelper() публичный Метод

Initializes a new instance of the BreadcrumbHelper class.
public BreadcrumbHelper ( HtmlHelper helper, IEnumerable actionLinks, object htmlAttributes ) : System
helper HtmlHelper The html helper.
actionLinks IEnumerable
htmlAttributes object
Результат System
        public BreadcrumbHelper(HtmlHelper helper, IEnumerable<MenuItem> actionLinks, object htmlAttributes)
        {
            this.helper = helper;
            this.actionLinks = actionLinks;
            this.htmlAttributes = htmlAttributes;
        }