Good day.

Is it possible to add a new widget zone inside _CreateOrUpdateAddress view? Something like this:


@await Component.InvokeAsync("Widget", new { widgetZone = "CreateOrUpdateAddress" })


It will allow to modify the address changing process. For example, I use it to be sure the user is entering correct town using JQuery typeahead: