RazorError.Location Propriedade

Definição

Obtém (ou define) a posição inicial do texto errôneo.

public:
 property Microsoft::AspNetCore::Razor::SourceLocation Location { Microsoft::AspNetCore::Razor::SourceLocation get(); void set(Microsoft::AspNetCore::Razor::SourceLocation value); };
public Microsoft.AspNetCore.Razor.SourceLocation Location { get; set; }
member this.Location : Microsoft.AspNetCore.Razor.SourceLocation with get, set
Public Property Location As SourceLocation

Valor da propriedade

Comentários

A propriedade Set só pode ser acessada para fins de desserialização.

Aplica-se a