UnvalidatedRequestValuesWrapper.Form 属性

定义

在未触发 ASP.NET 请求验证的情况下,获取客户端提交的窗体变量的集合。

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ Form { System::Collections::Specialized::NameValueCollection ^ get(); };
public override System.Collections.Specialized.NameValueCollection Form { get; }
member this.Form : System.Collections.Specialized.NameValueCollection
Public Overrides ReadOnly Property Form As NameValueCollection

属性值

NameValueCollection

来自 HTTP 请求的变量形式。

注解

重要

如果使用此属性,则必须手动检查数据是否存在潜在的跨站点脚本攻击。

适用于