C# 클래스 Umbraco.Belle.Controllers.SystemScriptsController

A controller to return javascript content from the server
상속: Controller
파일 보기 프로젝트 열기: umbraco/Belle

공개 메소드들

메소드 설명
Application ( ) : System.Web.Mvc.JavaScriptResult

Returns the RequireJS file including all references found in manifests

ServerVariables ( ) : System.Web.Mvc.JavaScriptResult

Returns the JavaScript object representing the static server variables javascript object

메소드 상세

Application() 공개 메소드

Returns the RequireJS file including all references found in manifests
public Application ( ) : System.Web.Mvc.JavaScriptResult
리턴 System.Web.Mvc.JavaScriptResult

ServerVariables() 공개 메소드

Returns the JavaScript object representing the static server variables javascript object
public ServerVariables ( ) : System.Web.Mvc.JavaScriptResult
리턴 System.Web.Mvc.JavaScriptResult