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

Afficher le fichier Open project: zgramana/EmberStudio

Méthodes publiques

Méthode 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 méthode

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
Résultat MvcHtmlString

ToCamelCase() public static méthode

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