ViewComponent.Content(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a result which will render HTML encoded text.
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
Parameters
- content
- String
The content, will be HTML encoded before output.