共用方式為


UnvalidatedRequestValues 類別

定義

警告

Use System.Web.HttpRequest.Unvalidated instead.

提供物件中 HttpRequest 未驗證表單值的存取權。

[System.Obsolete("Use System.Web.HttpRequest.Unvalidated instead.")]
public sealed class UnvalidatedRequestValues
type UnvalidatedRequestValues = class
Public NotInheritable Class UnvalidatedRequestValues
繼承
UnvalidatedRequestValues
屬性

屬性

Form
已淘汰.

取得從瀏覽器張貼之未驗證表單值的集合。

Item[String]
已淘汰.

從 物件中 HttpRequest 張貼值的集合中取得指定的未驗證物件。

QueryString
已淘汰.

取得未驗證查詢字串值的集合。

適用於