ValidationVisitor.Context 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.
Contexte de l'action.
protected:
property Microsoft::AspNetCore::Mvc::ActionContext ^ Context { Microsoft::AspNetCore::Mvc::ActionContext ^ get(); };
protected Microsoft.AspNetCore.Mvc.ActionContext Context { get; }
member this.Context : Microsoft.AspNetCore.Mvc.ActionContext
Protected ReadOnly Property Context As ActionContext