Share via


ErrorSink.Errors Property

Definition

RazorErrors collected.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::RazorError ^> ^ Errors { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::RazorError ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.RazorError> Errors { get; }
member this.Errors : seq<Microsoft.AspNetCore.Razor.RazorError>
Public ReadOnly Property Errors As IEnumerable(Of RazorError)

Property Value

Applies to