RazorComponentsServiceOptions 类

定义

提供用于配置 Razor 组件的服务器端呈现的选项。

public sealed class RazorComponentsServiceOptions
type RazorComponentsServiceOptions = class
Public NotInheritable Class RazorComponentsServiceOptions
继承
RazorComponentsServiceOptions

构造函数

RazorComponentsServiceOptions()

提供用于配置 Razor 组件的服务器端呈现的选项。

属性

DetailedErrors

获取或设置一个值,该值确定是否包含有关错误的详细信息。

MaxFormMappingCollectionSize

获取或设置表单集合中允许的最大元素数。

MaxFormMappingErrorCount

获取或设置映射表单数据时允许的最大错误数。

MaxFormMappingKeySize

获取或设置用于读取窗体数据键的缓冲区的最大大小。

MaxFormMappingRecursionDepth

获取或设置以递归方式映射表单数据时允许的最大深度。

TemporaryRedirectionUrlValidityDuration

获取或设置 Blazor 服务器端呈现发出的临时重定向 URL 的数据保护有效性的生存期。 它们只是暂时性的使用,因此生存期只需足够长,客户端就可以接收 URL 并开始导航到它。 但是,它也应该足够长,以允许服务器之间的时钟偏差。

适用于