[]
应用程序信息服务接口
public interface IApplicationInformationService
应用程序附件存储信息
IApplicationAttachmentStorageInfo ApplicationAttachmentStorageInfo { get; }
类型 | 描述 |
---|---|
IApplicationAttachmentStorageInfo |
应用程序基础URL
string ApplicationBaseUrl { get; }
类型 | 描述 |
---|---|
string |
应用程序名称
string ApplicationName { get; }
类型 | 描述 |
---|---|
string |
应用程序存储路径
string ApplicationStoragePath { get; }
类型 | 描述 |
---|---|
string |
是否在设计器中运行
bool IsRunAtDesigner { get; }
类型 | 描述 |
---|---|
bool |
用户信息
IUserInfos UserInfos { get; }
类型 | 描述 |
---|---|
IUserInfos |
获取数据访问对象
IDataAccess GetDataAccess(HttpContext httpContext)
类型 | 名称 | 描述 |
---|---|---|
Microsoft.AspNetCore.Http.HttpContext | httpContext | HTTP上下文对象 |
类型 | 描述 |
---|---|
IDataAccess | 数据访问对象 |