Click or drag to resize

StartPresentationParametersPresentationRequest Property

Gets the JavaScript
PresentationRequest
initiated this presentation.

Namespace:  DotNetBrowser.Cast.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
Syntax
C#
public PresentationRequest PresentationRequest { get; }

Property Value

Type: PresentationRequest
The JavaScript
PresentationRequest
initiated this presentation.
See Also