C# Class Phun.Templating.PhunApi

The phun api.
Inheritance: IPhunApi
Show file Open project: noogen/phuncms Class Usage Examples

Protected Properties

Property Type Description
connector IContentConnector
host string
phunFileSystem IFileSystem
phunPath IPath
utility Phun.Routing.ResourcePathUtility

Public Methods

Method Description
PhunApi ( System.Web.HttpContextBase httpContext, IContentConnector connector ) : System

Initializes a new instance of the PhunApi class.

Method Details

PhunApi() public method

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.
return System

Property Details

connector protected property

The connector
protected IContentConnector connector
return IContentConnector

host protected property

The tenant host
protected string host
return string

phunFileSystem protected property

The phun file system
protected IFileSystem phunFileSystem
return IFileSystem

phunPath protected property

The phun path
protected IPath phunPath
return IPath

utility protected property

The utility
protected ResourcePathUtility,Phun.Routing utility
return Phun.Routing.ResourcePathUtility