Cargando...
Buscando...
Nada coincide
Referencia de la clase Sage.ES.S50.CloudId.WebViewBrowserChromium

Implements the IBrowser interface using the WebView2 control. Más...

Diagrama de herencia de Sage.ES.S50.CloudId.WebViewBrowserChromium

Métodos públicos

 WebViewBrowserChromium (Func< Form > formFactory)
 Creates a new instance of WebViewBrowserChromium with a specified function to create the Form used to host the WebView2 control.
 
 WebViewBrowserChromium (string title="Autorizando...", int width=1024, int height=768)
 Creates a new instance of WebViewBrowserChromium allowing parts of the Form container to be set.
 
async Task< BrowserResult > InvokeAsync (BrowserOptions options, CancellationToken cancellationToken)
 

Descripción detallada

Implements the IBrowser interface using the WebView2 control.

Definición en la línea 14 del archivo webBrowserChromium.cs.

Documentación de constructores y destructores

◆ WebViewBrowserChromium() [1/2]

Sage.ES.S50.CloudId.WebViewBrowserChromium.WebViewBrowserChromium ( Func< Form > formFactory)
inline

Creates a new instance of WebViewBrowserChromium with a specified function to create the Form used to host the WebView2 control.

Parámetros
formFactoryThe function used to create the Form that will host the WebViewCompatible control.

Definición en la línea 23 del archivo webBrowserChromium.cs.

◆ WebViewBrowserChromium() [2/2]

Sage.ES.S50.CloudId.WebViewBrowserChromium.WebViewBrowserChromium ( string title = "Autorizando...",
int width = 1024,
int height = 768 )
inline

Creates a new instance of WebViewBrowserChromium allowing parts of the Form container to be set.

Parámetros
titleOptional title for the form - defaults to 'Authenticating...'.
widthOptional width for the form in pixels. Defaults to 1024.
heightOptional height for the form in pixels. Defaults to 768.

Definición en la línea 34 del archivo webBrowserChromium.cs.

Documentación de funciones miembro

◆ InvokeAsync()

async Task< BrowserResult > Sage.ES.S50.CloudId.WebViewBrowserChromium.InvokeAsync ( BrowserOptions options,
CancellationToken cancellationToken )
inline

Definición en la línea 47 del archivo webBrowserChromium.cs.


La documentación de esta clase está generada del siguiente archivo: