C# Class Serenity.Web.HtmlScriptExtensions

Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode 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

Méthode Description
GetIncludedScripts ( Microsoft.AspNetCore.Http.HttpContext context ) : HashSet

Method Details

GetLocalTextInclude() public static méthode

public static GetLocalTextInclude ( this page, string package ) : string
page this
package string
Résultat string

Script() public static méthode

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

Stylesheet() public static méthode

public static Stylesheet ( this helper, string cssUrl ) : System.Web.HtmlString
helper this
cssUrl string
Résultat System.Web.HtmlString