MarkupString.Explicit(String to MarkupString) Operator
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.
Casts a String to a MarkupString.
public:
static explicit operator Microsoft::AspNetCore::Components::MarkupString(System::String ^ value);
public static explicit operator Microsoft.AspNetCore.Components.MarkupString (string value);
static member op_Explicit : string -> Microsoft.AspNetCore.Components.MarkupString
Public Shared Narrowing Operator CType (value As String) As MarkupString