次の方法で共有


OwinFeatureCollection.Environment プロパティ

定義

OWIN 環境の値を取得または設定します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Environment { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.IDictionary<string,object> Environment { get; set; }
member this.Environment : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Environment As IDictionary(Of String, Object)

プロパティ値

実装

適用対象