PageApplicationModel.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 the PageActionDescriptor.
public:
property Microsoft::AspNetCore::Mvc::RazorPages::PageActionDescriptor ^ ActionDescriptor { Microsoft::AspNetCore::Mvc::RazorPages::PageActionDescriptor ^ get(); };
public Microsoft.AspNetCore.Mvc.RazorPages.PageActionDescriptor ActionDescriptor { get; }
member this.ActionDescriptor : Microsoft.AspNetCore.Mvc.RazorPages.PageActionDescriptor
Public ReadOnly Property ActionDescriptor As PageActionDescriptor