TypeFilterAttribute.Arguments Property

Definition

Gets or sets the non-service arguments to pass to the ImplementationType constructor.

public:
 property cli::array <System::Object ^> ^ Arguments { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public object[] Arguments { get; set; }
public object[]? Arguments { get; set; }
member this.Arguments : obj[] with get, set
Public Property Arguments As Object()

Property Value

Object[]

Remarks

Service arguments are found in the dependency injection container i.e. this filter supports constructor injection in addition to passing the given Arguments.

Applies to