C# 클래스 System.Web.Mvc.Html.EmberExtensions

파일 보기 프로젝트 열기: zgramana/EmberStudio

공개 메소드들

메소드 설명
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