次の方法で共有


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 ページが見つかった場合です。

適用対象