Share via


EnvironmentBoundary.Exclude Property

Definition

Gets or sets a comma-separated list of environment names in which the content will not be rendered.

[Microsoft.AspNetCore.Components.Parameter]
public string? Exclude { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Exclude : string with get, set
Public Property Exclude As String

Property Value

Attributes

Remarks

The specified environment names are compared case insensitively.

Applies to