C# Класс Shoelace.Views.Extensions.ViewExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
PartialResource ( this HtmlHelper, HelperResult>.Func Template, string Type ) : IHtmlString
RenderPartialResources ( this HtmlHelper, string Type ) : IHtmlString

Описание методов

PartialResource() публичный статический Метод

public static PartialResource ( this HtmlHelper, HelperResult>.Func Template, string Type ) : IHtmlString
HtmlHelper this
Template HelperResult>.Func
Type string
Результат IHtmlString

RenderPartialResources() публичный статический Метод

public static RenderPartialResources ( this HtmlHelper, string Type ) : IHtmlString
HtmlHelper this
Type string
Результат IHtmlString