次の方法で共有


RequestContext.Entries プロパティ

定義

要求コンテキストで現在エントリのコレクションを取得します。

public static System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> Entries { get; }
static member Entries : seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public Shared ReadOnly Property Entries As IEnumerable(Of KeyValuePair(Of String, Object))

プロパティ値

適用対象