ViewComponent.Content(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回將轉譯 HTML 編碼文字的結果。
public:
Microsoft::AspNetCore::Mvc::ViewComponents::ContentViewComponentResult ^ Content(System::String ^ content);
public Microsoft.AspNetCore.Mvc.ViewComponents.ContentViewComponentResult Content (string content);
member this.Content : string -> Microsoft.AspNetCore.Mvc.ViewComponents.ContentViewComponentResult
Public Function Content (content As String) As ContentViewComponentResult
參數
- content
- String
內容將會在輸出之前進行 HTML 編碼。