C# Класс MvcContrib.FluentHtml.PartialNameConventionService

provides the naming service and ability to change naming convention for typed partials
Показать файл Открыть проект

Открытые методы

Метод Описание
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