C# Class NGon.HtmlHelperExtensions

Afficher le fichier Open project: brooklynDev/NGon

Méthodes publiques

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

Private Methods

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

Method Details

IncludeNGon() public static méthode

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