Megosztás a következőn keresztül:


ViewsFeature.ViewDescriptors Property

Definition

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Razor::Compilation::CompiledViewDescriptor ^> ^ ViewDescriptors { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Razor::Compilation::CompiledViewDescriptor ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor> ViewDescriptors { get; }
member this.ViewDescriptors : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor>
Public ReadOnly Property ViewDescriptors As IList(Of CompiledViewDescriptor)

Property Value

Applies to