C# Class Shoelace.Views.Extensions.ViewExtensions

Afficher le fichier Open project: hylander0/Shoelace

Méthodes publiques

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

Method Details

PartialResource() public static méthode

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

RenderPartialResources() public static méthode

public static RenderPartialResources ( this HtmlHelper, string Type ) : IHtmlString
HtmlHelper this
Type string
Résultat IHtmlString