PageContext.ActionDescriptor Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o 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