C# Class MvcContrib.FluentHtml.PartialNameConventionService

provides the naming service and ability to change naming convention for typed partials
Show file Open project: atomicobject/mvccontrib

Public Methods

Method Description
GeneratePartialName ( Type targetType ) : string

Creates a partial name based on the name convention

Method Details

GeneratePartialName() public static method

Creates a partial name based on the name convention
public static GeneratePartialName ( Type targetType ) : string
targetType System.Type the targeted type to be rendered
return string