C# Class Phun.Templating.PhunApi

The phun api.
Inheritance: IPhunApi
Mostrar archivo 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_oe property

The connector
protected IContentConnector connector
return IContentConnector

host protected_oe property

The tenant host
protected string host
return string

phunFileSystem protected_oe property

The phun file system
protected IFileSystem phunFileSystem
return IFileSystem

phunPath protected_oe property

The phun path
protected IPath phunPath
return IPath

utility protected_oe property

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