Jeffrey T. Fritz
Jeffrey T. Fritz
Example: For a GridView, need to pass the ItemType of the Grid through to the column child components so that we don't have to repeat the ItemType on each of...
What do we do with the MasterPage object? Is there a shim that could be constructed to redirect how a Blazor component is contained?
There are several features in the Page object that should be made available to the application. - [x] Page.Title
Let's start using the xUnit logger for logging data during unit tests going forward. Syntax is similar to: ```c# // RazorComponentTest.razor ... @code { private ITestOutputHelper _output; public RazorComponentTest(ITestOutputHelper output)...
from @grleachman in #21 Attribute Value Conflicts Adding RepeatDirection has caused a conflict with GridLines There's now an ugly problem where the static enums require the markup to be messy:...
Need to do some research into how Blazor sets "@context" as the default context variable name for child components. To maintain Web Forms compatibility we should reset the default for...
In the later versions of ASP.NET Web Forms, the concept of .mobile.aspx and .mobile.master pages were introduced to allow for alternative rendering of web forms that would target mobile browsers....
We should add a comment to the Parameter's code docs (///) with a link to a GitHub doc with more information about how to fix the obsolete code
In Module 6, the preserving state section does not function as described. This will need a fix and a small rewrite https://github.com/dotnet-presentations/blazor-workshop/blob/main/docs/06-authentication-and-authorization.md#preserving-order-state-across-the-redirection-flow