RazorPageFactoryResult.ViewDescriptor 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 CompiledViewDescriptor.
public:
property Microsoft::AspNetCore::Mvc::Razor::Compilation::CompiledViewDescriptor ^ ViewDescriptor { Microsoft::AspNetCore::Mvc::Razor::Compilation::CompiledViewDescriptor ^ get(); };
public Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor ViewDescriptor { get; }
public Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor? ViewDescriptor { get; }
member this.ViewDescriptor : Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor
Public ReadOnly Property ViewDescriptor As CompiledViewDescriptor