C# Class Umbraco.Belle.Controllers.SystemScriptsController

A controller to return javascript content from the server
Inheritance: Controller
Exibir arquivo Open project: umbraco/Belle

Public Methods

Method Description
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

Method Details

Application() public method

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

ServerVariables() public method

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