示例#1
0
 public static Task <IHtmlContent> RenderFormatAsync(string tagFormat, params string[] paths)
 {
     return(ViewHelper.RenderFormatAsync(tagFormat, paths));
 }
示例#2
0
 public static Task <IHtmlContent> UrlAsync(string path)
 {
     return(ViewHelper.UrlAsync(path));
 }