C# Class Shoelace.Views.Extensions.ViewExtensions

ファイルを表示 Open project: hylander0/Shoelace

Public Methods

Method Description
PartialResource ( this HtmlHelper, HelperResult>.Func Template, string Type ) : IHtmlString
RenderPartialResources ( this HtmlHelper, string Type ) : IHtmlString

Method Details

PartialResource() public static method

public static PartialResource ( this HtmlHelper, HelperResult>.Func Template, string Type ) : IHtmlString
HtmlHelper this
Template HelperResult>.Func
Type string
return IHtmlString

RenderPartialResources() public static method

public static RenderPartialResources ( this HtmlHelper, string Type ) : IHtmlString
HtmlHelper this
Type string
return IHtmlString