我得到了 html 標(biāo)記的字符串,例如<p>I want to trip/remove seconds from date time. I checked some solution but showing solution using format string like</p> <pre><code class="language-c#"> DateTime datetime = DateTime.UtcNow; </code></pre>作為我的控制器操作傳遞到視圖的結(jié)果。我如何將其從 html 解碼為 html 格式?或者也許我可以以某種方式在我的操作中生成 html 頁(yè)面并將其附加到現(xiàn)有文檔中?
如何將 html 中的字符串轉(zhuǎn)換為 html
飲歌長(zhǎng)嘯
2023-08-20 10:23:13