EnvironmentBoundary.Include 속성

정의

콘텐츠를 렌더링해야 하는 환경 이름의 쉼표로 구분된 목록을 가져오거나 설정합니다. 현재 환경도 Exclude 목록에 있으면 콘텐츠가 렌더링되지 않습니다.

[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

속성 값

특성

설명

지정된 환경 이름은 대/소문자를 구분하지 않는 방식으로 비교됩니다.

적용 대상