FormCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FormCollection の新しいインスタンスを初期化します。
public FormCollection (System.Collections.Generic.Dictionary<string,Microsoft.Extensions.Primitives.StringValues> fields, Microsoft.AspNetCore.Http.IFormFileCollection files = default);
public FormCollection (System.Collections.Generic.Dictionary<string,Microsoft.Extensions.Primitives.StringValues>? fields, Microsoft.AspNetCore.Http.IFormFileCollection? files = default);
new Microsoft.AspNetCore.Http.FormCollection : System.Collections.Generic.Dictionary<string, Microsoft.Extensions.Primitives.StringValues> * Microsoft.AspNetCore.Http.IFormFileCollection -> Microsoft.AspNetCore.Http.FormCollection
Public Sub New (fields As Dictionary(Of String, StringValues), Optional files As IFormFileCollection = Nothing)
パラメーター
- fields
- Dictionary<String,StringValues>
バッキング フィールド。
- files
- IFormFileCollection
フォームに関連付けられているファイル。