Sorry, there's nothing at this address.
+
+ Request ID: @Model.RequestId
+
+ Swapping to the Development environment displays detailed information about the error that occurred. +
++ The Development environment shouldn't be enabled for deployed applications. + It can result in displaying sensitive information from exceptions to end users. + For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development + and restarting the app. +
+The DevExpress Grid for Blazor allows you to display and manage data via a tabular (rows/columns) UI metaphor. +This page uses our Blazor Grid component to display weather forecast values.
+ +@if (forecasts == null) +{ +Loading...
+} +else +{ ++ Our Blazor UI components will help you create intuitive and highly-refined user experiences for both Blazor Server (ASP.NET Core) and Blazor WebAssembly hosting models. +
+
++ @nameof(Name)=@Name, + @nameof(Email)=@Email, + @nameof(BirthDate)=@BirthDate, + @nameof(YearsWorked)=@YearsWorked, + @nameof(OnVacation)=@OnVacation +
++ Log in to see it in action +
++ @FormSubmitResult +
+ +@code { + string FormSubmitResult = ""; + UserDataBase Data { get; set; } = new UserDataBase(); + void GotoRegistrationForm() + { + Navigation.NavigateTo("/Register"); + + } + void HandleValidSubmit() + { + FormSubmitResult = "You have been logged in successully."; + } + void HandleInvalidSubmit() + { + FormSubmitResult = ""; + } +} \ No newline at end of file diff --git a/Test Stefan/DxBlazorApplication1/DxBlazorApplication1/Pages/PDFViewer.razor b/Test Stefan/DxBlazorApplication1/DxBlazorApplication1/Pages/PDFViewer.razor new file mode 100644 index 0000000..839c1b8 --- /dev/null +++ b/Test Stefan/DxBlazorApplication1/DxBlazorApplication1/Pages/PDFViewer.razor @@ -0,0 +1,61 @@ +@page "/pdfviewer" +@using DevExpress.Blazor.PdfViewer +@using System.Reflection + + + + + ++ Create a new account to see it in action +
++ @FormSubmitResult +
+ +@code { + string FormSubmitResult = ""; + UserData Data { get; set; } = new UserData(); + IEnumerableGedrückte Taste: @LastKeyPressed
+In .NET 5.0, Blazor does not support Microsoft Internet Explorer and Microsoft Edge Legacy (refer to Supported Browsers).
Please use a different browser to run DxBlazorApplication1.
Refer to the supported browsers list.
+