다음을 통해 공유


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 .

적용 대상