SearchQueryUri(Int32) Property

Gets the Uri that represents this search query.

Definition

Namespace: DevCase.ThirdParty.FreeHardMusic
Assembly: 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; }

Parameters

searchPage  Int32
The index of the search page parameter.

Property Value

Uri
The Uri that represents this search query.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

HtmlAgilityPack

See Also