pub fn raw_unsafe(html: String) -> Element
Expand description
Inline raw HTML without escaping
This function IS NOT SAFE and should be avoided unless really necessary. Miss-use can lead to XSS vulnerability.
See raw
to safely inline HTML that is known at compile time