Skip to content

HtmlScriptExtensions.GetLocalTextInclude method

Gets the script URL for a local text script.

public static string GetLocalTextInclude(this IHtmlHelper page, string package, 
    bool isPending = false)
parameter description
page The HTML helper.
package The package key.
isPending true to include pending texts.

See Also