Share via


PageHandlerExecutingContext.HandlerArguments Propriété

Définition

Obtient les arguments à passer lors de l’appel de la méthode de gestionnaire. Les clés sont des noms de paramètres.

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)

Valeur de propriété

S’applique à