C# Класс System.Web.Mvc.Html.EmberExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

EmberTemplate() публичный статический Метод

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
Результат MvcHtmlString

ToCamelCase() публичный статический Метод

Returns the string with the first letter made lowercase.
public static ToCamelCase ( this str ) : String
str this
Результат String