PageContext.ActionDescriptor 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 PageActionDescriptor.
public:
virtual property Microsoft::AspNetCore::Mvc::RazorPages::CompiledPageActionDescriptor ^ ActionDescriptor { Microsoft::AspNetCore::Mvc::RazorPages::CompiledPageActionDescriptor ^ get(); void set(Microsoft::AspNetCore::Mvc::RazorPages::CompiledPageActionDescriptor ^ value); };
public virtual Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor ActionDescriptor { get; set; }
member this.ActionDescriptor : Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor with get, set
Public Overridable Property ActionDescriptor As CompiledPageActionDescriptor