FineUICore 12.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 GetEnableWebForms ()
 是否启用RazorForms模式
 
static bool GetEnableRazorForms ()
 是否启用RazorForms模式
 
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 string GetServerIP ()
 指定服务器的IP地址(此地址必须有效)
 
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 bool GetCspScripts ()
 开启内容安全策略(Content-Security-Policy/script-src),用来限制可以在页面上加载哪些类型的脚本资源
 
static bool GetCspScriptsAllowSelf ()
 允许加载和当前页面同一域名的脚本资源
 
static string[] GetCspScriptsAllowUrls ()
 允许加载指定域名的脚本资源
 
static bool GetCspScriptsAllowNonce ()
 允许执行包含nonce属性的内联脚本标签
 
static bool GetCspScriptsAllowUnsafeInline ()
 允许执行存在潜在风险的内联脚本标签(推荐使用CspScriptsAllowNonce属性,尽量避免使用此属性!)
 
static bool GetGridHeaderSortIconVisible ()
 始终显示表格标题栏排序图标
 
static bool GetGridHeaderFilterIconVisible ()
 始终显示表格标题栏过滤图标
 
static bool GetGridPagingToolbarVisible ()
 
static PagingType GetGridPagingType ()
 表格分页工具栏的显示类型
 
static bool GetGridShowSelectionMessage ()
 显示表格的选中行信息
 
static bool GetGridShowPagingMessage ()
 显示表格的分页信息
 
static bool GetGridPagerAlignRight ()
 表格分页控制按钮位于工具栏的右侧
 
static int GetGridColumnWidth ()
 表格列的默认宽度
 
static int GetGridMinColumnWidth ()
 表格列的默认最小宽度
 
static bool GetGridTextSelection ()
 启用表格中的文字选择
 
static bool GetGridConvertLongToString ()
 自动将表格数据源中的长整型转化为字符串(JavaScript无法处理精度大于16位的整数,会出现精度丢失的问题)
 

属性

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标识

◆ GetCspScripts()

static bool FineUICore.GlobalConfig.GetCspScripts ( )
static

开启内容安全策略(Content-Security-Policy/script-src),用来限制可以在页面上加载哪些类型的脚本资源

◆ GetCspScriptsAllowNonce()

static bool FineUICore.GlobalConfig.GetCspScriptsAllowNonce ( )
static

允许执行包含nonce属性的内联脚本标签

◆ GetCspScriptsAllowSelf()

static bool FineUICore.GlobalConfig.GetCspScriptsAllowSelf ( )
static

允许加载和当前页面同一域名的脚本资源

◆ GetCspScriptsAllowUnsafeInline()

static bool FineUICore.GlobalConfig.GetCspScriptsAllowUnsafeInline ( )
static

允许执行存在潜在风险的内联脚本标签(推荐使用CspScriptsAllowNonce属性,尽量避免使用此属性!)

◆ GetCspScriptsAllowUrls()

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

允许加载指定域名的脚本资源

◆ 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

是否启用大字体模式

◆ GetEnableRazorForms()

static bool FineUICore.GlobalConfig.GetEnableRazorForms ( )
static

是否启用RazorForms模式

◆ GetEnableShim()

static bool FineUICore.GlobalConfig.GetEnableShim ( )
static

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

◆ GetEnableWebForms()

static bool FineUICore.GlobalConfig.GetEnableWebForms ( )
static

是否启用RazorForms模式

◆ 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

表单行子项之间的间距

◆ GetGridColumnWidth()

static int FineUICore.GlobalConfig.GetGridColumnWidth ( )
static

表格列的默认宽度

◆ GetGridConvertLongToString()

static bool FineUICore.GlobalConfig.GetGridConvertLongToString ( )
static

自动将表格数据源中的长整型转化为字符串(JavaScript无法处理精度大于16位的整数,会出现精度丢失的问题)

◆ GetGridHeaderFilterIconVisible()

static bool FineUICore.GlobalConfig.GetGridHeaderFilterIconVisible ( )
static

始终显示表格标题栏过滤图标

◆ GetGridHeaderSortIconVisible()

static bool FineUICore.GlobalConfig.GetGridHeaderSortIconVisible ( )
static

始终显示表格标题栏排序图标

◆ GetGridMinColumnWidth()

static int FineUICore.GlobalConfig.GetGridMinColumnWidth ( )
static

表格列的默认最小宽度

◆ GetGridPagerAlignRight()

static bool FineUICore.GlobalConfig.GetGridPagerAlignRight ( )
static

表格分页控制按钮位于工具栏的右侧

◆ GetGridPagingToolbarVisible()

static bool FineUICore.GlobalConfig.GetGridPagingToolbarVisible ( )
static

始终显示表格分页工具栏

◆ GetGridPagingType()

static PagingType FineUICore.GlobalConfig.GetGridPagingType ( )
static

表格分页工具栏的显示类型

◆ GetGridShowPagingMessage()

static bool FineUICore.GlobalConfig.GetGridShowPagingMessage ( )
static

显示表格的分页信息

◆ GetGridShowSelectionMessage()

static bool FineUICore.GlobalConfig.GetGridShowSelectionMessage ( )
static

显示表格的选中行信息

◆ GetGridTextSelection()

static bool FineUICore.GlobalConfig.GetGridTextSelection ( )
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

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

◆ GetServerIP()

static string FineUICore.GlobalConfig.GetServerIP ( )
static

指定服务器的IP地址(此地址必须有效)

◆ 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

当前版本


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