Definition
Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials Inheritance: System.ObjectSyntax
Summary
A port of the ASP.NET MVC HtmlHelper class to Blazor.Remarks
https://github.com/aspnet/AspNetWebStack/blob/main/src/System.Web.Mvc/HtmlHelper.cs & https://github.com/dotnet/aspnetcore/tree/main/src/Mvc/Mvc.ViewFeatures/src/RenderingMethods
Raw
Outputs HTML to the browser without encoding it.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
content | string | - |
Returns
Type:Microsoft.AspNetCore.Components.MarkupString
A MarkupString containing the pre-encoded HTML.