YoutubeUrl(Uri) Constructor
Initializes a new instance of the
YoutubeUrl class.
Namespace: DevCase.Core.Networking.GoogleServicesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public YoutubeUrl(
Uri uri
)
Public Sub New (
uri As Uri
)
Dim uri As Uri
Dim instance As New YoutubeUrl(uri)
public:
YoutubeUrl(
Uri^ uri
)
new :
uri : Uri -> YoutubeUrl
No code example is currently available or this language may not be supported.
Parameters
- uri Uri
-
The video URI.