C# Класс CtcApi.Web.Mvc.HtmlExtensions

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

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

Метод Описание
Include ( this html, string fileAndPath ) : IHtmlString

Provides server-side include functionality

MVC does not support server-side includes on its own, so this method provides that functionality. It will include the file specified - including any nested server-side includes that are present in that file (and so on, etc.)

Приватные методы

Метод Описание
ProcessIncludeFile ( string fileAndPath, System.Web.HttpServerUtilityBase server ) : string

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

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

Provides server-side include functionality
MVC does not support server-side includes on its own, so this method provides that functionality. It will include the file specified - including any nested server-side includes that are present in that file (and so on, etc.)
public static Include ( this html, string fileAndPath ) : IHtmlString
html this
fileAndPath string
Результат IHtmlString