EnvironmentTagHelper.Names Property

Definition

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.

public:
 property System::String ^ Names { System::String ^ get(); void set(System::String ^ value); };
public string Names { get; set; }
member this.Names : string with get, set
Public Property Names As String

Property Value

Remarks

The specified environment names are compared case insensitively to the current value of EnvironmentName.

Applies to