C# 클래스 NGon.HtmlHelperExtensions

파일 보기 프로젝트 열기: brooklynDev/NGon

공개 메소드들

메소드 설명
IncludeNGon ( this helper, string @namespace = "ngon", bool useExternalJSFile = false, bool outputScriptTag = true ) : IHtmlString

비공개 메소드들

메소드 설명
AddExternalJsFileRoute ( HtmlHelper helper, string javascript ) : void
GetOutputJavascript ( HtmlHelper helper, dynamic ngon, string @namespace ) : string

메소드 상세

IncludeNGon() 공개 정적인 메소드

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