UnvalidatedRequestValues.Form 属性

定义

获取从浏览器发布的未经验证的表单值的集合。

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

属性值

未经验证的表单值的集合。

适用于