HtmlString 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包裝 IHtmlContent HTML 編碼 的 String 實作。
public ref class HtmlString : Microsoft::AspNetCore::Html::IHtmlContent
public class HtmlString : Microsoft.AspNetCore.Html.IHtmlContent
type HtmlString = class
interface IHtmlContent
Public Class HtmlString
Implements IHtmlContent
- 繼承
-
HtmlString
- 實作
建構函式
HtmlString(String) |
建立新的 HtmlString。 |
欄位
Empty |
HtmlString的 Empty 實例。 |
NewLine |
HtmlString的 NewLine 實例。 |
屬性
Value |
取得 HTML 編碼值。 |
方法
ToString() |
包裝 IHtmlContent HTML 編碼 的 String 實作。 |
WriteTo(TextWriter, HtmlEncoder) |
使用指定的 將內容編碼為指定的 |