UnvalidatedRequestValues.Item[String] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 对象中发布的值的集合中 HttpRequest 获取指定的未验证对象。
public string this[string key] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(key As String) As String
参数
- key
- String
属性值
指定的成员;如果未找到指定的项,则为 null。