QueryCollection クラス

定義

HttpRequest クエリ文字列コレクション

public ref class QueryCollection : Microsoft::AspNetCore::Http::IQueryCollection, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues>>
public class QueryCollection : Microsoft.AspNetCore.Http.IQueryCollection, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Primitives.StringValues>>
type QueryCollection = class
    interface IQueryCollection
    interface seq<KeyValuePair<string, StringValues>>
    interface IEnumerable
Public Class QueryCollection
Implements IEnumerable(Of KeyValuePair(Of String, StringValues)), IQueryCollection
継承
QueryCollection
実装

コンストラクター

QueryCollection()

QueryCollection の新しいインスタンスを初期化します。

QueryCollection(Dictionary<String,StringValues>)

QueryCollection の新しいインスタンスを初期化します。

QueryCollection(Int32)

QueryCollection の新しいインスタンスを初期化します。

QueryCollection(QueryCollection)

指定した の浅いコピーを作成します store

フィールド

Empty

空の QueryCollection を取得します。

プロパティ

Count

に含まれる要素の数を QueryCollection取得します。

Item[String]

コレクションから関連付けられている値のセットを取得します。

Keys

このインスタンス内のクエリ名のコレクションを取得します。

メソッド

ContainsKey(String)

QueryCollection に特定のキーが格納されているかどうかを判断します。

GetEnumerator()

コレクションを反復処理する列挙子を返します。

TryGetValue(String, StringValues)

コレクションから値を取得します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<KeyValuePair<String,StringValues>>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象