QueryCollection.TryGetValue(String, StringValues) 方法

定义

从集合中检索值。

public:
 virtual bool TryGetValue(System::String ^ key, [Runtime::InteropServices::Out] Microsoft::Extensions::Primitives::StringValues % value);
public bool TryGetValue (string key, out Microsoft.Extensions.Primitives.StringValues value);
abstract member TryGetValue : string * StringValues -> bool
override this.TryGetValue : string * StringValues -> bool
Public Function TryGetValue (key As String, ByRef value As StringValues) As Boolean

参数

key
String

键。

value
StringValues

值。

返回

如果 包含键,则 QueryCollection 为 true;否则为 false。

实现

适用于