C# Класс Phun.Templating.PhunApi

The phun api.
Наследование: IPhunApi
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
connector IContentConnector
host string
phunFileSystem IFileSystem
phunPath IPath
utility Phun.Routing.ResourcePathUtility

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

Метод Описание
PhunApi ( System.Web.HttpContextBase httpContext, IContentConnector connector ) : System

Initializes a new instance of the PhunApi class.

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

PhunApi() публичный Метод

Initializes a new instance of the PhunApi class.
public PhunApi ( System.Web.HttpContextBase httpContext, IContentConnector connector ) : System
httpContext System.Web.HttpContextBase The HTTP context.
connector IContentConnector The connector.
Результат System

Описание свойств

connector защищенное свойство

The connector
protected IContentConnector connector
Результат IContentConnector

host защищенное свойство

The tenant host
protected string host
Результат string

phunFileSystem защищенное свойство

The phun file system
protected IFileSystem phunFileSystem
Результат IFileSystem

phunPath защищенное свойство

The phun path
protected IPath phunPath
Результат IPath

utility защищенное свойство

The utility
protected ResourcePathUtility,Phun.Routing utility
Результат Phun.Routing.ResourcePathUtility