C# Class JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4.Infrastructure.Helpers.CommonExtensions

Mostra file Open project: Taritsyn/JavaScriptEngineSwitcher

Public Methods

Method Description
Constants ( this htmlHelper ) : HelperConstants
EncodedReplace ( this htmlHelper, string input, string pattern, string replacement ) : System.Web.Mvc.MvcHtmlString

Private Methods

Method Description
CreateSubIndexName ( this htmlHelper, string prefix, int index ) : string

Method Details

Constants() public static method

public static Constants ( this htmlHelper ) : HelperConstants
htmlHelper this
return HelperConstants

EncodedReplace() public static method

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