-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Blazor API Review: Built-in Components #12548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I only have a few comments here because I feel like this stuff is in pretty good shape. For For I'm a little worried about how coupled |
How can I create a Component that inherit from a built-in Component.
|
You can inherit from another class in razor using @inherits SomeOtherClass |
The naming seems reasonable consistent to me already. Maybe I'm too close to it and am missing something. What's inconsistent here? The original name we wanted was I'm definitely open to name changes here if there's another proposal.
I don't think so. |
I'd certainly consider naming this We're also inconsistent in |
Agreed. We did propose a different layering but quickly vetoed it on the grounds that we didn't think it helped end users very much. Happy to reconsider, though time is pretty short for this kind of change. |
We want to rename all of the render fragment parameters to drop the Content suffix on |
Fixes: #12548 Renaming properties to drop 'Content' as a suffix. We haven't been consistent in using this, and we're removing it instead of adding it elsewhere.
Fixes: #12548 Renaming properties to drop 'Content' as a suffix. We haven't been consistent in using this, and we're removing it instead of adding it elsewhere.
Fixes: #12548 Renaming properties to drop 'Content' as a suffix. We haven't been consistent in using this, and we're removing it instead of adding it elsewhere.
Summary
We want to make sure we're happy with the naming and consistency of all of our built-in components since these names get locked forever. Generally these components have gotten lots of usage so there's not much to say bad about their functionality.
Some of these are covered in their own issues (Auth, Forms, Router).
Cascading Value
Layout
PageDisplay
The text was updated successfully, but these errors were encountered: