RazorPageResult.SearchedLocations 屬性

定義

取得找不到時 Page 搜尋的位置。

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)

屬性值

備註

如果找到頁面,則此屬性為 null

適用於