Share via


EnvironmentBoundary.Include Property

Definition

Gets or sets a comma-separated list of environment names in which the content should be rendered. If the current environment is also in the Exclude list, the content will not be rendered.

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

Property Value

Attributes

Remarks

The specified environment names are compared case insensitively.

Applies to