次の方法で共有


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

プロパティ値

属性

注釈

指定された環境名は、大文字と小文字が区別されずに比較されます。

適用対象