ActionExecutingContext.ActionArguments 속성

정의

작업을 호출할 때 전달할 인수를 가져옵니다. 키는 매개 변수 이름입니다.

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

속성 값

적용 대상