Skip to content
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

Move boiler plate code into super class #81

Open
soniccyclone opened this issue Jan 2, 2022 · 0 comments
Open

Move boiler plate code into super class #81

soniccyclone opened this issue Jan 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@soniccyclone
Copy link
Contributor

All of the razor partial classes contain duplicate boilerplate functions that could probably be centralized in a superclass (OnAfterRender, OnInitializedAsync, both Dispose methods)

Probably want these to be virtual for future overriding that we might want in the future?

@soniccyclone soniccyclone added the enhancement New feature or request label Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant