You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Withb net9.0ComponentBase has a new Assets property to load static mapped asset files (mainly CSS and javascript files). But they user could also load other assets like media files.
In its core, those properties are retrieved from the Renderer.
We might wanna invest some time to offer a way for users to fill up the collection with entries.
PS: I don't see this as a high-priority enhancement, but still worth time spending.
Withb
net9.0ComponentBasehas a newAssetsproperty to load static mapped asset files (mainly CSS and javascript files). But they user could also load other assets like media files.In its core, those properties are retrieved from the
Renderer.We might wanna invest some time to offer a way for users to fill up the collection with entries.
PS: I don't see this as a high-priority enhancement, but still worth time spending.