C# Class Serenity.Web.HtmlScriptExtensions

Exibir arquivo Open project: volkanceylan/Serenity

Public Methods

Method Description
GetLocalTextInclude ( this page, string package ) : string
Script ( this helper, string includeJS ) : Microsoft.AspNetCore.Html.HtmlString
Stylesheet ( this helper, string cssUrl ) : System.Web.HtmlString

Private Methods

Method Description
GetIncludedScripts ( Microsoft.AspNetCore.Http.HttpContext context ) : HashSet

Method Details

GetLocalTextInclude() public static method

public static GetLocalTextInclude ( this page, string package ) : string
page this
package string
return string

Script() public static method

public static Script ( this helper, string includeJS ) : Microsoft.AspNetCore.Html.HtmlString
helper this
includeJS string
return Microsoft.AspNetCore.Html.HtmlString

Stylesheet() public static method

public static Stylesheet ( this helper, string cssUrl ) : System.Web.HtmlString
helper this
cssUrl string
return System.Web.HtmlString