C# Класс Rebel.Cms.Web.EmbeddedViewEngine.HtmlHelperExtensions

Показать файл Открыть проект

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

Метод Описание
GetEmbeddedViewPath ( this html, dynamic model ) : string

Returns the embedded view path for the model specified or an empty string if the embedded view attribute was not found

GetEmbeddedViewPath ( this html, string viewPath, string assembly ) : string

Описание методов

GetEmbeddedViewPath() публичный статический Метод

Returns the embedded view path for the model specified or an empty string if the embedded view attribute was not found
public static GetEmbeddedViewPath ( this html, dynamic model ) : string
html this
model dynamic
Результат string

GetEmbeddedViewPath() публичный статический Метод

public static GetEmbeddedViewPath ( this html, string viewPath, string assembly ) : string
html this
viewPath string
assembly string
Результат string