I working on an ASP.NET Core project. Is there any way that I can manipulate html, css, or javascript that is in my wwwwroot file?
For example I have class Uptime, that only contain property that return true or false. Is there any way that I can change for example css in my html page (if is true I want for example to change color to red of my element in html(css)).