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

全局配置参数 更多...

静态 Public 成员函数

static void Configure (ConfigSection section)
 配置静态变量
 
static string[] GetExcludedURLs ()
 不使用 FineUI 中间件的网址列表
 
static Theme GetTheme ()
 主题
 
static Language GetLanguage ()
 语言
 
static string GetFormCommaSeparator ()
 千分位分隔符(默认为逗号)(仅限于数字输入框的客户端显示)
 
static string GetFormDotSeparator ()
 小数分隔符(默认为点号)(仅限于数字输入框的客户端显示)
 
static MessageTarget GetFormMessageTarget ()
 表单中消息的位置
 
static LabelAlign GetFormLabelAlign ()
 表单中标签的位置
 
static RedStarPosition GetFormRedStarPosition ()
 表单中红色星号的位置
 
static int GetFormOffsetRight ()
 表单中字段距离右侧的宽度
 
static int GetFormLabelWidth ()
 表单中字段标签的宽度
 
static int GetTabStripTabSpace ()
 选项卡标题之间的间距
 
static int GetFormRowItemSpace ()
 表单行子项之间的间距
 
static int GetToolbarItemSpace ()
 工具栏子项之间的间距
 
static string GetFormLabelSeparator ()
 表单中字段与标签的分隔符
 
static int GetAjaxTimeout ()
 AJAX超时时间(单位:秒,默认:120s)
 
static bool GetEnableShim ()
 是否启用遮罩层(防止ActiveX、Flash等对象覆盖弹出窗体)
 
static bool GetEnableAnimation ()
 是否启用动画(仅Webkit浏览器支持动画效果)
 
static bool GetEnableIFrameLoading ()
 启用IFrame面板的页面加载提示
 
static bool GetIEEdge ()
 是否向页面输出IE=edge标识
 
static bool GetContentUTF8 ()
 是否向页面输出utf-8标识
 
static bool GetMobileAdaption ()
 是否启用移动浏览器自适应
 
static bool GetIP2 ()
 是否使用另外一种获取IP地址的方式(PageManager::GetRequestIPMAC)
 
static bool GetSimpleError ()
 使用简单的提示框显示服务器返回的错误信息
 
static bool GetEnableCompactMode ()
 是否启用紧凑模式
 
static bool GetEnableLargeMode ()
 是否启用大字体模式
 
static bool GetEnableFormChangeConfirm ()
 是否启用表单改变确认对话框
 
static bool GetEnableAjaxLoading ()
 是否显示AJAX提示
 
static AjaxLoadingType GetAjaxLoadingType ()
 AJAX提示的类型
 
static int GetLoadingCSSNumber ()
 CSS加载动画的数字编号
 
static int GetLoadingImageNumber ()
 正在加载图片的数字编号
 
static string GetLoadingImageUrl ()
 自定义页面加载图片
 
static string GetAjaxLoadingText ()
 AJAX提示的文本
 
static string GetAjaxLoadingMaskText ()
 Mask类型的AJAX提示文本
 
static bool GetShowAjaxLoadingMaskText ()
 是否显示Mask类型的提示文本
 
static bool GetDebugMode ()
 DEBUG 模式
 
static string GetIconBasePath ()
 图标的根路径
 
static string GetBaseUrl ()
 根网址
 
static string GetCustomThemeBasePath ()
 自定义样式的根路径
 
static string GetCustomTheme ()
 自定义样式的名称
 
static string GetCustomThemeEmbedLoadingImage ()
 自定义样式对应的内置加载图片
 
static string GetCustomLanguageBasePath ()
 自定义语言的根路径
 
static string GetCustomLanguage ()
 自定义语言的名称
 
static JSLibrary GetJSLibrary ()
 包含的JS库
 
static DisplayMode GetDisplayMode ()
 显示模式
 
static bool GetCustomScrollbar ()
 是否自定义滚动条样式(仅在桌面端Chrome、Edge、Safari浏览器下有效)(默认为false)
 
static bool GetEnableDefaultCorner ()
 是否启用控件的圆角边框
 
static bool GetEncodeText ()
 是否在客户端进行HTML编码
 

属性

static string ProductName [get]
 产品名称
 
static string ProductVersion [get]
 当前版本
 

详细描述

全局配置参数

成员函数说明

◆ Configure()

static void FineUICore.GlobalConfig.Configure ( ConfigSection  section)
static

配置静态变量

参数
section

◆ GetAjaxLoadingMaskText()

static string FineUICore.GlobalConfig.GetAjaxLoadingMaskText ( )
static

Mask类型的AJAX提示文本

◆ GetAjaxLoadingText()

static string FineUICore.GlobalConfig.GetAjaxLoadingText ( )
static

AJAX提示的文本

◆ GetAjaxLoadingType()

static AjaxLoadingType FineUICore.GlobalConfig.GetAjaxLoadingType ( )
static

AJAX提示的类型

◆ GetAjaxTimeout()

static int FineUICore.GlobalConfig.GetAjaxTimeout ( )
static

AJAX超时时间(单位:秒,默认:120s)

◆ GetBaseUrl()

static string FineUICore.GlobalConfig.GetBaseUrl ( )
static

根网址

◆ GetContentUTF8()

static bool FineUICore.GlobalConfig.GetContentUTF8 ( )
static

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

◆ GetCustomLanguage()

static string FineUICore.GlobalConfig.GetCustomLanguage ( )
static

自定义语言的名称

◆ GetCustomLanguageBasePath()

static string FineUICore.GlobalConfig.GetCustomLanguageBasePath ( )
static

自定义语言的根路径

◆ GetCustomScrollbar()

static bool FineUICore.GlobalConfig.GetCustomScrollbar ( )
static

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

◆ GetCustomTheme()

static string FineUICore.GlobalConfig.GetCustomTheme ( )
static

自定义样式的名称

◆ GetCustomThemeBasePath()

static string FineUICore.GlobalConfig.GetCustomThemeBasePath ( )
static

自定义样式的根路径

◆ GetCustomThemeEmbedLoadingImage()

static string FineUICore.GlobalConfig.GetCustomThemeEmbedLoadingImage ( )
static

自定义样式对应的内置加载图片

◆ GetDebugMode()

static bool FineUICore.GlobalConfig.GetDebugMode ( )
static

DEBUG 模式

◆ GetDisplayMode()

static DisplayMode FineUICore.GlobalConfig.GetDisplayMode ( )
static

显示模式

◆ GetEnableAjaxLoading()

static bool FineUICore.GlobalConfig.GetEnableAjaxLoading ( )
static

是否显示AJAX提示

◆ GetEnableAnimation()

static bool FineUICore.GlobalConfig.GetEnableAnimation ( )
static

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

◆ GetEnableCompactMode()

static bool FineUICore.GlobalConfig.GetEnableCompactMode ( )
static

是否启用紧凑模式

◆ GetEnableDefaultCorner()

static bool FineUICore.GlobalConfig.GetEnableDefaultCorner ( )
static

是否启用控件的圆角边框

◆ GetEnableFormChangeConfirm()

static bool FineUICore.GlobalConfig.GetEnableFormChangeConfirm ( )
static

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

◆ GetEnableIFrameLoading()

static bool FineUICore.GlobalConfig.GetEnableIFrameLoading ( )
static

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

◆ GetEnableLargeMode()

static bool FineUICore.GlobalConfig.GetEnableLargeMode ( )
static

是否启用大字体模式

◆ GetEnableShim()

static bool FineUICore.GlobalConfig.GetEnableShim ( )
static

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

◆ GetEncodeText()

static bool FineUICore.GlobalConfig.GetEncodeText ( )
static

是否在客户端进行HTML编码

◆ GetExcludedURLs()

static string[] FineUICore.GlobalConfig.GetExcludedURLs ( )
static

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

◆ GetFormCommaSeparator()

static string FineUICore.GlobalConfig.GetFormCommaSeparator ( )
static

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

◆ GetFormDotSeparator()

static string FineUICore.GlobalConfig.GetFormDotSeparator ( )
static

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

◆ GetFormLabelAlign()

static LabelAlign FineUICore.GlobalConfig.GetFormLabelAlign ( )
static

表单中标签的位置

◆ GetFormLabelSeparator()

static string FineUICore.GlobalConfig.GetFormLabelSeparator ( )
static

表单中字段与标签的分隔符

◆ GetFormLabelWidth()

static int FineUICore.GlobalConfig.GetFormLabelWidth ( )
static

表单中字段标签的宽度

◆ GetFormMessageTarget()

static MessageTarget FineUICore.GlobalConfig.GetFormMessageTarget ( )
static

表单中消息的位置

◆ GetFormOffsetRight()

static int FineUICore.GlobalConfig.GetFormOffsetRight ( )
static

表单中字段距离右侧的宽度

◆ GetFormRedStarPosition()

static RedStarPosition FineUICore.GlobalConfig.GetFormRedStarPosition ( )
static

表单中红色星号的位置

◆ GetFormRowItemSpace()

static int FineUICore.GlobalConfig.GetFormRowItemSpace ( )
static

表单行子项之间的间距

◆ GetIconBasePath()

static string FineUICore.GlobalConfig.GetIconBasePath ( )
static

图标的根路径

◆ GetIEEdge()

static bool FineUICore.GlobalConfig.GetIEEdge ( )
static

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

◆ GetIP2()

static bool FineUICore.GlobalConfig.GetIP2 ( )
static

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

◆ GetJSLibrary()

static JSLibrary FineUICore.GlobalConfig.GetJSLibrary ( )
static

包含的JS库

◆ GetLanguage()

static Language FineUICore.GlobalConfig.GetLanguage ( )
static

语言

◆ GetLoadingCSSNumber()

static int FineUICore.GlobalConfig.GetLoadingCSSNumber ( )
static

CSS加载动画的数字编号

◆ GetLoadingImageNumber()

static int FineUICore.GlobalConfig.GetLoadingImageNumber ( )
static

正在加载图片的数字编号

◆ GetLoadingImageUrl()

static string FineUICore.GlobalConfig.GetLoadingImageUrl ( )
static

自定义页面加载图片

◆ GetMobileAdaption()

static bool FineUICore.GlobalConfig.GetMobileAdaption ( )
static

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

◆ GetShowAjaxLoadingMaskText()

static bool FineUICore.GlobalConfig.GetShowAjaxLoadingMaskText ( )
static

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

◆ GetSimpleError()

static bool FineUICore.GlobalConfig.GetSimpleError ( )
static

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

◆ GetTabStripTabSpace()

static int FineUICore.GlobalConfig.GetTabStripTabSpace ( )
static

选项卡标题之间的间距

◆ GetTheme()

static Theme FineUICore.GlobalConfig.GetTheme ( )
static

主题

◆ GetToolbarItemSpace()

static int FineUICore.GlobalConfig.GetToolbarItemSpace ( )
static

工具栏子项之间的间距

属性说明

◆ ProductName

string FineUICore.GlobalConfig.ProductName
staticget

产品名称

◆ ProductVersion

string FineUICore.GlobalConfig.ProductVersion
staticget

当前版本


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