Click or drag to resize

PresentationRequest.PresentationUrls Property

Gets all of URLs whose content will be cast.

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.0
Syntax
C#
public IReadOnlyList<string> PresentationUrls { get; }

Property Value

Type: IReadOnlyList<String>
All presentation URLs whose content will be cast.
See Also