FineUICore 11.4
企业级 ASP.NET Core 控件库
载入中...
搜索中...
未找到
FineUICore.ConfigSection类 参考

FineUICore的配置节 更多...

类 FineUICore.ConfigSection 继承关系图:
FineUICore.ConfigSectionBase

属性

string[] ExcludedURLs [get, set]
 不使用 FineUI 中间件的网址列表
 
string Theme [get, set]
 主题
 
string JSLibrary [get, set]
 包含的JS库
 
string Language [get, set]
 语言
 
string FormDotSeparator [get, set]
 小数分隔符(默认为点号)(仅限于数字输入框的客户端显示)
 
string FormCommaSeparator [get, set]
 千分位分隔符(默认为逗号)(仅限于数字输入框的客户端显示)
 
string FormMessageTarget [get, set]
 表单验证消息的提示位置
 
string FormLabelAlign [get, set]
 表单中标签的位置
 
string FormRedStarPosition [get, set]
 表单中红色星号的位置
 
int FormOffsetRight [get, set]
 表单控件右侧距离边界的距离
 
int FormLabelWidth [get, set]
 表单控件标签的宽度
 
int ToolbarItemSpace [get, set]
 工具栏子项之间的间距
 
int FormRowItemSpace [get, set]
 表单行子项之间的间距
 
int TabStripTabSpace [get, set]
 选项卡标题之间的间距
 
string FormLabelSeparator [get, set]
 表单控件标签的分隔符
 
bool EnableShim [get, set]
 是否启用遮罩层(防止ActiveX、Flash等对象覆盖弹出窗体)
 
bool EnableWebForms [get, set]
 是否启用WebForms模式
 
bool EnableAnimation [get, set]
 是否启用动画(仅Webkit浏览器支持动画效果)
 
bool EnableIFrameLoading [get, set]
 是否启用IFrame面板的页面加载提示
 
bool EnableAjaxLoading [get, set]
 是否显示AJAX提示
 
string AjaxLoadingType [get, set]
 AJAX提示的类型
 
int LoadingCSSNumber [get, set]
 
int LoadingImageNumber [get, set]
 正在加载图片的类型
 
string LoadingImageUrl [get, set]
 自定义页面加载图片
 
string AjaxLoadingText [get, set]
 AJAX提示的文本
 
string AjaxLoadingMaskText [get, set]
 Mask类型的AJAX提示文本
 
bool ShowAjaxLoadingMaskText [get, set]
 是否显示Mask类型的提示文本
 
int AjaxTimeout [get, set]
 客户端AJAX超时时间
 
bool DebugMode [get, set]
 是否启用调试模式
 
bool IEEdge [get, set]
 是否向页面输出IE=edge标识
 
bool ContentUTF8 [get, set]
 是否向页面输出utf-8标识
 
bool MobileAdaption [get, set]
 是否启用移动浏览器自适应
 
bool IP2 [get, set]
 是否使用另外一种获取IP地址的方式(PageManager::GetRequestIPMAC)
 
bool SimpleError [get, set]
 使用简单的提示框显示服务器返回的错误信息
 
bool EnableCompactMode [get, set]
 是否启用紧凑模式
 
bool EnableLargeMode [get, set]
 是否启用大字体模式
 
bool EnableFormChangeConfirm [get, set]
 是否启用表单改变确认对话框
 
string BaseUrl [get, set]
 根网址
 
string IconBasePath [get, set]
 图标所在的根目录
 
string CustomThemeBasePath [get, set]
 自定义主题所在的根目录
 
string CustomTheme [get, set]
 自定义主题名称
 
string CustomThemeEmbedLoadingImage [get, set]
 自定义主题对应的内置加载图片
 
string CustomLanguageBasePath [get, set]
 自定义语言所在的根目录
 
string CustomLanguage [get, set]
 自定义语言名称
 
string DisplayMode [get, set]
 显示模式
 
bool CustomScrollbar [get, set]
 是否自定义滚动条样式(仅在桌面端Chrome、Edge、Safari浏览器下有效)(默认为false)
 
bool EnableDefaultCorner [get, set]
 是否启用控件的圆角边框
 
bool EncodeText [get, set]
 是否在客户端进行HTML编码
 
- 属性 继承自 FineUICore.ConfigSectionBase
object this[string key] [get, set]
 获取设置 FState 属性值
 

详细描述

FineUICore的配置节

属性说明

◆ AjaxLoadingMaskText

string FineUICore.ConfigSection.AjaxLoadingMaskText
getset

Mask类型的AJAX提示文本

◆ AjaxLoadingText

string FineUICore.ConfigSection.AjaxLoadingText
getset

AJAX提示的文本

◆ AjaxLoadingType

string FineUICore.ConfigSection.AjaxLoadingType
getset

AJAX提示的类型

◆ AjaxTimeout

int FineUICore.ConfigSection.AjaxTimeout
getset

客户端AJAX超时时间

◆ BaseUrl

string FineUICore.ConfigSection.BaseUrl
getset

根网址

◆ ContentUTF8

bool FineUICore.ConfigSection.ContentUTF8
getset

是否向页面输出utf-8标识

◆ CustomLanguage

string FineUICore.ConfigSection.CustomLanguage
getset

自定义语言名称

◆ CustomLanguageBasePath

string FineUICore.ConfigSection.CustomLanguageBasePath
getset

自定义语言所在的根目录

◆ CustomScrollbar

bool FineUICore.ConfigSection.CustomScrollbar
getset

是否自定义滚动条样式(仅在桌面端Chrome、Edge、Safari浏览器下有效)(默认为false)

◆ CustomTheme

string FineUICore.ConfigSection.CustomTheme
getset

自定义主题名称

◆ CustomThemeBasePath

string FineUICore.ConfigSection.CustomThemeBasePath
getset

自定义主题所在的根目录

◆ CustomThemeEmbedLoadingImage

string FineUICore.ConfigSection.CustomThemeEmbedLoadingImage
getset

自定义主题对应的内置加载图片

◆ DebugMode

bool FineUICore.ConfigSection.DebugMode
getset

是否启用调试模式

◆ DisplayMode

string FineUICore.ConfigSection.DisplayMode
getset

显示模式

◆ EnableAjaxLoading

bool FineUICore.ConfigSection.EnableAjaxLoading
getset

是否显示AJAX提示

◆ EnableAnimation

bool FineUICore.ConfigSection.EnableAnimation
getset

是否启用动画(仅Webkit浏览器支持动画效果)

◆ EnableCompactMode

bool FineUICore.ConfigSection.EnableCompactMode
getset

是否启用紧凑模式

◆ EnableDefaultCorner

bool FineUICore.ConfigSection.EnableDefaultCorner
getset

是否启用控件的圆角边框

◆ EnableFormChangeConfirm

bool FineUICore.ConfigSection.EnableFormChangeConfirm
getset

是否启用表单改变确认对话框

◆ EnableIFrameLoading

bool FineUICore.ConfigSection.EnableIFrameLoading
getset

是否启用IFrame面板的页面加载提示

◆ EnableLargeMode

bool FineUICore.ConfigSection.EnableLargeMode
getset

是否启用大字体模式

◆ EnableShim

bool FineUICore.ConfigSection.EnableShim
getset

是否启用遮罩层(防止ActiveX、Flash等对象覆盖弹出窗体)

◆ EnableWebForms

bool FineUICore.ConfigSection.EnableWebForms
getset

是否启用WebForms模式

◆ EncodeText

bool FineUICore.ConfigSection.EncodeText
getset

是否在客户端进行HTML编码

◆ ExcludedURLs

string [] FineUICore.ConfigSection.ExcludedURLs
getset

不使用 FineUI 中间件的网址列表

◆ FormCommaSeparator

string FineUICore.ConfigSection.FormCommaSeparator
getset

千分位分隔符(默认为逗号)(仅限于数字输入框的客户端显示)

◆ FormDotSeparator

string FineUICore.ConfigSection.FormDotSeparator
getset

小数分隔符(默认为点号)(仅限于数字输入框的客户端显示)

◆ FormLabelAlign

string FineUICore.ConfigSection.FormLabelAlign
getset

表单中标签的位置

◆ FormLabelSeparator

string FineUICore.ConfigSection.FormLabelSeparator
getset

表单控件标签的分隔符

◆ FormLabelWidth

int FineUICore.ConfigSection.FormLabelWidth
getset

表单控件标签的宽度

◆ FormMessageTarget

string FineUICore.ConfigSection.FormMessageTarget
getset

表单验证消息的提示位置

◆ FormOffsetRight

int FineUICore.ConfigSection.FormOffsetRight
getset

表单控件右侧距离边界的距离

◆ FormRedStarPosition

string FineUICore.ConfigSection.FormRedStarPosition
getset

表单中红色星号的位置

◆ FormRowItemSpace

int FineUICore.ConfigSection.FormRowItemSpace
getset

表单行子项之间的间距

◆ IconBasePath

string FineUICore.ConfigSection.IconBasePath
getset

图标所在的根目录

◆ IEEdge

bool FineUICore.ConfigSection.IEEdge
getset

是否向页面输出IE=edge标识

◆ IP2

bool FineUICore.ConfigSection.IP2
getset

是否使用另外一种获取IP地址的方式(PageManager::GetRequestIPMAC)

◆ JSLibrary

string FineUICore.ConfigSection.JSLibrary
getset

包含的JS库

◆ Language

string FineUICore.ConfigSection.Language
getset

语言

◆ LoadingCSSNumber

int FineUICore.ConfigSection.LoadingCSSNumber
getset

CSS加载动画的类型

◆ LoadingImageNumber

int FineUICore.ConfigSection.LoadingImageNumber
getset

正在加载图片的类型

◆ LoadingImageUrl

string FineUICore.ConfigSection.LoadingImageUrl
getset

自定义页面加载图片

◆ MobileAdaption

bool FineUICore.ConfigSection.MobileAdaption
getset

是否启用移动浏览器自适应

◆ ShowAjaxLoadingMaskText

bool FineUICore.ConfigSection.ShowAjaxLoadingMaskText
getset

是否显示Mask类型的提示文本

◆ SimpleError

bool FineUICore.ConfigSection.SimpleError
getset

使用简单的提示框显示服务器返回的错误信息

◆ TabStripTabSpace

int FineUICore.ConfigSection.TabStripTabSpace
getset

选项卡标题之间的间距

◆ Theme

string FineUICore.ConfigSection.Theme
getset

主题

◆ ToolbarItemSpace

int FineUICore.ConfigSection.ToolbarItemSpace
getset

工具栏子项之间的间距


该类的文档由以下文件生成: