Default.dothtml

22 lines | 965 B Blame History Raw Download
@viewModel DotVvmCastleWindsor.ViewModels.DefaultViewModel, DotVvmCastleWindsor
@masterPage Views/Site.dotmaster

<dot:Content ContentPlaceHolderID="Main">
    <div class="px-4 py-5 my-5 text-center">
        <img class="d-block mx-auto mb-4" src="/wwwroot/images/bootstrap-logo.svg" alt="Bootstrap Logo" width="72" height="57">
        <h1 class="display-5 fw-bold">DotVvm with Castle Windsor</h1>
        <div class="col-lg-6 mx-auto">
            <p class="lead mb-4">Refreshing/Reloading this page will result in the following error message:</p>

            <div class="alert alert-danger" role="alert">
                An item with the same key has already been added.
            </div>

            <div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
                <dot:Button type="button" class="btn btn-primary btn-lg px-4 gap-3" Click="{command: Refresh()}">Refresh</dot:Button>
            </div>
        </div>
    </div>
</dot:Content>