We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example scenario: if you subclass Router, e.g.,
Router
public class MyRouter : Router {}
... and then try to use <MyRouter />, it will fail because Router didn't get its UriHelper injected.
<MyRouter />
UriHelper
The text was updated successfully, but these errors were encountered:
fix #216
8e2e434
dotnet/blazor@4fe028c
ef1b670
SteveSandersonMS
No branches or pull requests
Example scenario: if you subclass
Router
, e.g.,... and then try to use
<MyRouter />
, it will fail becauseRouter
didn't get itsUriHelper
injected.The text was updated successfully, but these errors were encountered: