BindPropertiesAttribute 类

定义

一个属性,可为修饰控制器或 Razor 页面模型定义的所有属性启用绑定。

public ref class BindPropertiesAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class BindPropertiesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type BindPropertiesAttribute = class
    inherit Attribute
Public Class BindPropertiesAttribute
Inherits Attribute
继承
BindPropertiesAttribute
属性

构造函数

BindPropertiesAttribute()

一个属性,可为修饰控制器或 Razor 页面模型定义的所有属性启用绑定。

属性

SupportsGet

如果 true为 ,则允许在 GET 请求上绑定属性。 当为 时 false,属性不会在 GET 请求上获取模型绑定或验证。

默认为 false

适用于