IEnvironment interface

插件運行環境接口。

public interface IEnvironment
1

Members

namedescription
AdminDirectory { get; }系統後(hòu)台文件夾名稱,默認爲XYCMS。
ConnectionString { get; }系統使用的數據庫連接字符串。
DatabaseType { get; }系統使用的數據庫類型。
PhysicalApplicationPath { get; }網站根目錄文件夾地址。
Request { get; }獲取插件Url訪問請求IRequest。 當存在對(duì)插件的HTTP訪問請求時(shí)(REST Api訪問、aspx頁面(miàn)訪問等),返回IRequest實例;否則返回 null。