次の方法で共有


ConfigureServiceOptions.Args Property

Definition

Gets a property bag that can be used to pass custom parameters to the connected service provider and handler.

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

Property Value

Applies to