Referencia de la Clase Sage.ES.S50.CloudId.WebViewBrowserChromium

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

Diagrama de herencias 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. Más...
 
 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. Más...
 
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 15 del archivo webBrowserChromium.cs.

Documentación del constructor y destructor

◆ 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 24 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 35 del archivo webBrowserChromium.cs.

Documentación de las funciones miembro

◆ InvokeAsync()

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

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


La documentación para esta clase fue generada a partir del siguiente fichero: