HtmlScriptExtensions.GetLocalTextInclude method

namespace: Serenity.Web   assemblySerenity.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