共用方式為


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))

屬性值

適用於