-
I have a
when I access the above static asset, the following happens
I have |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Got an response from Stackoverflow - https://stackoverflow.com/questions/78018722/blazor-wasm-rcl-static-assets-are-not-accessible-directly-via-url-in-browser-in/78019599#78019599 It's an embedded in resource,it would be avaliable via You could configure as below in your RCL project if you want it be avaliable via https://localhost/rclimage.png
|
Beta Was this translation helpful? Give feedback.
Got an response from Stackoverflow - https://stackoverflow.com/questions/78018722/blazor-wasm-rcl-static-assets-are-not-accessible-directly-via-url-in-browser-in/78019599#78019599
It's an embedded in resource,it would be avaliable via
https://localhost/_content/RCL/rclimage.png
by default.You could configure as below in your RCL project if you want it be avaliable via https://localhost/rclimage.png