HttpBrowserCapabilitiesBase.RequiresUrlEncodedPostfieldValues 属性
定义
在派生类中重写时,获取一个值,该值指示浏览器发送的回发数据是否进行 URL 编码。When overridden in a derived class, gets a value that indicates whether postback data that is sent by the browser will be URL-encoded.
public:
virtual property bool RequiresUrlEncodedPostfieldValues { bool get(); };
public virtual bool RequiresUrlEncodedPostfieldValues { get; }
member this.RequiresUrlEncodedPostfieldValues : bool
Public Overridable ReadOnly Property RequiresUrlEncodedPostfieldValues As Boolean
属性值
如果浏览器发送的回发数据将为 URL 编码,则为 true;否则为 false。true if postback data that is sent by the browser will be URL-encoded; otherwise, false.
例外
始终。Always.