TagHelperContent.Append(String) Method

Definition

Appends unencoded to the existing content.

public:
 abstract Microsoft::AspNetCore::Razor::TagHelpers::TagHelperContent ^ Append(System::String ^ unencoded);
public abstract Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContent Append (string unencoded);
abstract member Append : string -> Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContent
Public MustOverride Function Append (unencoded As String) As TagHelperContent

Parameters

unencoded
String

The String to be appended.

Returns

A reference to this instance after the append operation has completed.

Applies to