Share via


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)

属性值

实现

适用于