C# Class System.Web.Mvc.Html.EmberExtensions

Show file Open project: zgramana/EmberStudio

Public Methods

Method Description
EmberTemplate ( this htmlHelper, string viewName ) : MvcHtmlString

Wraps a partial view in a script tag for use by Ember.js as view template.

ToCamelCase ( this str ) : String

Returns the string with the first letter made lowercase.

Method Details

EmberTemplate() public static method

Wraps a partial view in a script tag for use by Ember.js as view template.
public static EmberTemplate ( this htmlHelper, string viewName ) : MvcHtmlString
htmlHelper this
viewName string
return MvcHtmlString

ToCamelCase() public static method

Returns the string with the first letter made lowercase.
public static ToCamelCase ( this str ) : String
str this
return String