C# Class NGon.HtmlHelperExtensions

Mostrar archivo Open project: brooklynDev/NGon

Public Methods

Method Description
IncludeNGon ( this helper, string @namespace = "ngon", bool useExternalJSFile = false, bool outputScriptTag = true ) : IHtmlString

Private Methods

Method Description
AddExternalJsFileRoute ( HtmlHelper helper, string javascript ) : void
GetOutputJavascript ( HtmlHelper helper, dynamic ngon, string @namespace ) : string

Method Details

IncludeNGon() public static method

public static IncludeNGon ( this helper, string @namespace = "ngon", bool useExternalJSFile = false, bool outputScriptTag = true ) : IHtmlString
helper this
@namespace string
useExternalJSFile bool
outputScriptTag bool
return IHtmlString