次の方法で共有


UnvalidatedRequestValues.Form プロパティ

定義

ブラウザーからポストされた、未検証のフォーム値のコレクションを取得します。

public System.Collections.Specialized.NameValueCollection Form { get; }
member this.Form : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property Form As NameValueCollection

プロパティ値

未検証のフォーム値のコレクション。

適用対象