BindingSource 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示模型绑定数据源的元数据对象。
public ref class BindingSource : IEquatable<Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^>
public class BindingSource : IEquatable<Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource>
type BindingSource = class
interface IEquatable<BindingSource>
Public Class BindingSource
Implements IEquatable(Of BindingSource)
- 继承
-
BindingSource
- 派生
- 实现
构造函数
BindingSource(String, String, Boolean, Boolean) |
创建一个新的 BindingSource。 |
字段
Body |
BindingSource请求正文的 。 |
Custom |
用于 BindingSource (未知数据源) 的自定义模型绑定程序的 。 |
Form |
BindingSource请求表单数据的 。 |
FormFile |
、BindingSource、 和 IFormFileCollection的 IFormFileIFormCollection。 |
Header |
BindingSource请求标头的 。 |
ModelBinding |
BindingSource用于模型绑定的 。 包括来自请求的表单数据、查询字符串和路由数据。 |
Path |
BindingSource请求 URL 路径的 。 |
Query |
BindingSource请求 query-string 的 。 |
Services |
BindingSource请求服务的 。 |
Special |
非 BindingSource 用户输入的特殊参数类型的 。 |
属性
DisplayName |
获取源的显示名称。 |
Id |
获取源的唯一标识符。 将基于源的 ID 进行比较。 |
IsFromRequest |
获取一个值,该值指示绑定源是否使用来自当前 HTTP 请求的输入。 |
IsGreedy |
获取一个值,该值指示源是否贪婪。 贪婪源将在单个操作中绑定模型,并且不会将模型分解为子属性。 |
方法
CanAcceptDataFrom(BindingSource) |
获取一个值,该值指示 是否可以 BindingSource 接受 来自 |
Equals(BindingSource) |
表示模型绑定数据源的元数据对象。 |
Equals(Object) |
表示模型绑定数据源的元数据对象。 |
GetHashCode() |
表示模型绑定数据源的元数据对象。 |
运算符
Equality(BindingSource, BindingSource) |
表示模型绑定数据源的元数据对象。 |
Inequality(BindingSource, BindingSource) |
表示模型绑定数据源的元数据对象。 |