This type contains the following members.

public sealed enum ContentAction
Inheritance:
ObjectEnumContentAction

Values

Replaces any child content of the element if it exists, even if the tag helpers' content attribute is empty. This is the default behaviour.
Replaces any child content of the element if it exists, but only if the tag helpers' content attribute is not empty.
Prepends the tag helpers' content attribute to any existing content.
Appends the tag helpers' content attribute to any existing content.
The element content is left unchanged if the current content is non-empty.
In this article