C# Class HelpRequest.Controllers.Helpers.MvcHtmlStringExtension

Show file Open project: ucdavis/HelpRequest

Public Methods

Method Description
Humanize ( this source, string extraText = "", bool splitCamels = true, bool addColon = true ) : System.Web.Mvc.MvcHtmlString

Method Details

Humanize() public static method

public static Humanize ( this source, string extraText = "", bool splitCamels = true, bool addColon = true ) : System.Web.Mvc.MvcHtmlString
source this
extraText string
splitCamels bool
addColon bool
return System.Web.Mvc.MvcHtmlString