Partager via


RazorPageResult.SearchedLocations Propriété

Définition

Obtient les emplacements qui ont fait l’objet d’une recherche alors qu’ils Page sont introuvables.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ SearchedLocations { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> SearchedLocations { get; }
public System.Collections.Generic.IEnumerable<string>? SearchedLocations { get; }
member this.SearchedLocations : seq<string>
Public ReadOnly Property SearchedLocations As IEnumerable(Of String)

Valeur de propriété

Remarques

Cette propriété est null si la page a été trouvée.

S’applique à