HtmlScriptExtensions.GetLocalTextInclude method
namespace: Serenity.Web assembly: Serenity.Net.Web
Gets the script URL for a local text script
public static string GetLocalTextInclude(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