C# Class RequireJsMvc.Helpers.HtmlHelperExtensions

Datei anzeigen Open project: jcreamer898/RequireJsMvc

Public Methods

Method Description
RequireJs ( this helper, string common, string module ) : System.Web.Mvc.MvcHtmlString

An Html helper for Require.js

Method Details

RequireJs() public static method

An Html helper for Require.js
public static RequireJs ( this helper, string common, string module ) : System.Web.Mvc.MvcHtmlString
helper this
common string Location of the common js file.
module string Location of the main.js file.
return System.Web.Mvc.MvcHtmlString