PageHandlerExecutingContext.HandlerArguments Property

Definition

Gets the arguments to pass when invoking the handler method. Keys are parameter names.

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

Property Value

Applies to