PageContext.ActionDescriptor Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the 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, setPublic Overridable Property ActionDescriptor As CompiledPageActionDescriptor