@page "/hostesscontact" @layout HostessLayout @using MissNationSharedUI.Shared.Components.Layout Contact Miss Nation Hostess Agency | Book Event Staff in UAE

Contact

Get in touch with Miss Nation Hostess Agency to book professional hostesses, ushers, and event support staff for your next corporate event, exhibition, or brand activation.

Email:

event@missnation.com

Phone:

+971 58 594 5098

@code { [Inject] public IJSRuntime JSRuntime { get; set; } private IJSObjectReference _jsModule; protected override async Task OnAfterRenderAsync(bool firstRender) { base.OnAfterRender(firstRender); if (firstRender) { _jsModule = await JSRuntime.InvokeAsync("import", "./_content/MissNationSharedUI/assets/exampleJsInterop.js"); await _jsModule.InvokeVoidAsync("getMessage"); } } }