BindPropertiesAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个属性,可为修饰控制器或 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 |
如果
默认为 |