C# 클래스 Shoelace.Views.Extensions.ViewExtensions

파일 보기 프로젝트 열기: hylander0/Shoelace

공개 메소드들

메소드 설명
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