C# 클래스 MvcContrib.FluentHtml.PartialNameConventionService

provides the naming service and ability to change naming convention for typed partials
파일 보기 프로젝트 열기: atomicobject/mvccontrib

공개 메소드들

메소드 설명
GeneratePartialName ( Type targetType ) : string

Creates a partial name based on the name convention

메소드 상세

GeneratePartialName() 공개 정적인 메소드

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