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 此属性为 。

适用于