DefaultTagHelperContent.Append(String) Method

Definition

Appends unencoded to the existing content.

public:
 override Microsoft::AspNetCore::Razor::TagHelpers::TagHelperContent ^ Append(System::String ^ unencoded);
public override Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContent Append (string unencoded);
override this.Append : string -> Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContent
Public Overrides 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