Aracılığıyla paylaş


CompiledPageActionDescriptorProvider Sınıf

Tanım

IActionDescriptorProvider Derleme zamanı derlenmiş Razor Sayfaları için bir.

public sealed class CompiledPageActionDescriptorProvider : Microsoft.AspNetCore.Mvc.Abstractions.IActionDescriptorProvider
type CompiledPageActionDescriptorProvider = class
    interface IActionDescriptorProvider
Public NotInheritable Class CompiledPageActionDescriptorProvider
Implements IActionDescriptorProvider
Devralma
CompiledPageActionDescriptorProvider
Uygulamalar

Oluşturucular

CompiledPageActionDescriptorProvider(IEnumerable<IPageRouteModelProvider>, IEnumerable<IPageApplicationModelProvider>, ApplicationPartManager, IOptions<MvcOptions>, IOptions<RazorPagesOptions>)

yeni bir örneğini CompiledPageActionDescriptorProviderbaşlatır.

Ö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

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