SearchQueryUri(Int32) Property
Gets the
Uri that represents this search query.
Namespace: DevCase.ThirdParty.FreeHardMusicAssembly: DevCase.net48.ThirdParty.FreeHardMusic (in DevCase.net48.ThirdParty.FreeHardMusic.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Uri this[
int searchPage
] { get; }
Public ReadOnly Property Uri (
searchPage As Integer
) As Uri
Get
Dim instance As SearchQuery
Dim searchPage As Integer
Dim value As Uri
value = instance.Uri(searchPage)
public:
property Uri^ Uri[int searchPage] {
Uri^ get (int searchPage);
}
member Uri : Uri with get
No code example is currently available or this language may not be supported.
- searchPage Int32
-
The index of the search page parameter.
Uri
The
Uri that represents this search query.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
HtmlAgilityPack