C# 클래스 JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4.Infrastructure.Helpers.CommonExtensions

파일 보기 프로젝트 열기: Taritsyn/JavaScriptEngineSwitcher

공개 메소드들

메소드 설명
Constants ( this htmlHelper ) : HelperConstants
EncodedReplace ( this htmlHelper, string input, string pattern, string replacement ) : System.Web.Mvc.MvcHtmlString

비공개 메소드들

메소드 설명
CreateSubIndexName ( this htmlHelper, string prefix, int index ) : string

메소드 상세

Constants() 공개 정적인 메소드

public static Constants ( this htmlHelper ) : HelperConstants
htmlHelper this
리턴 HelperConstants

EncodedReplace() 공개 정적인 메소드

public static EncodedReplace ( this htmlHelper, string input, string pattern, string replacement ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
input string
pattern string
replacement string
리턴 System.Web.Mvc.MvcHtmlString