Table of Contents

Property CreatePopupHandler

Namespace
DotNetBrowser.AvaloniaUi
Assembly
DotNetBrowser.AvaloniaUi.dll

CreatePopupHandler

This handler will be used when browser decides whether a new popup instance can be created or not, if a different handler was not configured for the browser.

public IHandler<CreatePopupParameters, CreatePopupResponse> CreatePopupHandler { get; }

Property Value

IHandler<CreatePopupParameters, CreatePopupResponse>