DefaultTagHelperContent.IsEmptyOrWhiteSpace Property

Definition

Gets a value indicating whether the content is empty or whitespace.

public:
 virtual property bool IsEmptyOrWhiteSpace { bool get(); };
public override bool IsEmptyOrWhiteSpace { get; }
member this.IsEmptyOrWhiteSpace : bool
Public Overrides ReadOnly Property IsEmptyOrWhiteSpace As Boolean

Property Value

Remarks

Returns true for a cleared TagHelperContent.

Applies to