Aracılığıyla paylaş


PageActionDescriptorProvider Sınıf

Tanım

PageActions için A IActionDescriptorProvider

public ref class PageActionDescriptorProvider : Microsoft::AspNetCore::Mvc::Abstractions::IActionDescriptorProvider
public class PageActionDescriptorProvider : Microsoft.AspNetCore.Mvc.Abstractions.IActionDescriptorProvider
type PageActionDescriptorProvider = class
    interface IActionDescriptorProvider
Public Class PageActionDescriptorProvider
Implements IActionDescriptorProvider
Devralma
PageActionDescriptorProvider
Uygulamalar

Oluşturucular

PageActionDescriptorProvider(IEnumerable<IPageRouteModelProvider>, IOptions<MvcOptions>, IOptions<RazorPagesOptions>)

Yeni bir örneğini başlatır PageActionDescriptorProvider.

Özellikler

Order

Sağlayıcıların yürütülmesinin sırasını belirlemek için sipariş değerini alır. Sağlayıcılar, özelliğin artan sayısal değeriyle Order yürütülür.

Yöntemler

BuildModel()

Modeli oluşturun.

OnProvidersExecuted(ActionDescriptorProviderContext)

Sağlayıcıyı yürütmek için, tüm sağlayıcıların OnProvidersExecuting(ActionDescriptorProviderContext) yöntemleri çağrıldıktan sonra çağrılır. Order yürütme sırasına OnProvidersExecuted(ActionDescriptorProviderContext)ilişkin ayrıntılar için.

OnProvidersExecuting(ActionDescriptorProviderContext)

Sağlayıcıyı yürütmek için çağrıldı. Order yürütme sırasına OnProvidersExecuting(ActionDescriptorProviderContext)ilişkin ayrıntılar için.

Şunlara uygulanır