UnvalidatedRequestValues.Item[String] 属性

定义

从 对象中发布的值的集合中 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。

适用于