HtmlScriptExtensions.LocalTextScript method
namespace: Serenity.Web assembly: Serenity.Net.Web
Gets a script element for including a local text script
public static HtmlString LocalTextScript(this IHtmlHelper page, string package,
bool isPending = false)
| parameter | description |
|---|---|
| page | HTML helper |
| package | Package key |
| isPending | True to include pending texts |
See Also
- class HtmlScriptExtensions