RazorError.Location Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient (ou définit) la position de début du texte erroné.
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
Valeur de propriété
Remarques
La propriété Set n’est accessible qu’à des fins de désérialisation.