EnvironmentTagHelper.Include 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 ^ Include { System::String ^ get(); void set(System::String ^ value); };
public string Include { get; set; }
member this.Include : string with get, set
Public Property Include As String

Property Value

Remarks

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

Applies to