EnvironmentBoundary.Exclude 속성

정의

콘텐츠가 렌더링되지 않는 환경 이름의 쉼표로 구분된 목록을 가져오거나 설정합니다.

[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

속성 값

특성

설명

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

적용 대상