GeneratedTagHelperContext.ExecutionContextTypeName Property

Definition

The name of the type describing a specific tag helper scope.

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

Property Value

String

Remarks

Contains information about in-scope tag helpers, HTML attributes, and the tag helpers' output.

Applies to