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、IFormCollection、および IFormFileCollectionの IFormFile。 |
Header |
BindingSource要求ヘッダーの 。 |
ModelBinding |
BindingSourceモデル バインドの 。 要求からのフォーム データ、クエリ文字列、ルート データが含まれます。 |
Path |
BindingSource要求 URL パスの 。 |
Query |
BindingSource要求クエリ文字列の 。 |
Services |
BindingSource要求サービスの 。 |
Special |
BindingSourceユーザー入力ではない特殊なパラメーター型の 。 |
プロパティ
DisplayName |
ソースの表示名を取得します。 |
Id |
ソースの一意識別子を取得します。 ソースは ID に基づいて比較されます。 |
IsFromRequest |
バインディング ソースが現在の HTTP 要求からの入力を使用するかどうかを示す値を取得します。 |
IsGreedy |
ソースが最長一致であるかどうかを示す値を取得します。 欲張りなソースは、1 つの操作でモデルをバインドし、モデルをサブプロパティに分解しません。 |
メソッド
CanAcceptDataFrom(BindingSource) |
からデータ |
Equals(BindingSource) |
モデル バインドのデータ ソースを表すメタデータ オブジェクト。 |
Equals(Object) |
モデル バインドのデータ ソースを表すメタデータ オブジェクト。 |
GetHashCode() |
モデル バインドのデータ ソースを表すメタデータ オブジェクト。 |
演算子
Equality(BindingSource, BindingSource) |
モデル バインドのデータ ソースを表すメタデータ オブジェクト。 |
Inequality(BindingSource, BindingSource) |
モデル バインドのデータ ソースを表すメタデータ オブジェクト。 |