BeforeResourceFilterOnResourceExecutingEventData.ResourceExecutingContext 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.
The context.
public:
property Microsoft::AspNetCore::Mvc::Filters::ResourceExecutingContext ^ ResourceExecutingContext { Microsoft::AspNetCore::Mvc::Filters::ResourceExecutingContext ^ get(); };
public Microsoft.AspNetCore.Mvc.Filters.ResourceExecutingContext ResourceExecutingContext { get; }
member this.ResourceExecutingContext : Microsoft.AspNetCore.Mvc.Filters.ResourceExecutingContext
Public ReadOnly Property ResourceExecutingContext As ResourceExecutingContext