ViewComponentResult.Arguments Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les arguments fournis au composant d’affichage.
public:
property System::Object ^ Arguments { System::Object ^ get(); void set(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