TagHelperDirectiveDescriptor Class

Definition

Contains information needed to resolve TagHelperDescriptors.

public ref class TagHelperDirectiveDescriptor
public class TagHelperDirectiveDescriptor
type TagHelperDirectiveDescriptor = class
Public Class TagHelperDirectiveDescriptor
Inheritance
TagHelperDirectiveDescriptor

Constructors

TagHelperDirectiveDescriptor()

Properties

DirectiveText

A String used to find tag helper Types.

DirectiveType

The TagHelperDirectiveType of this directive.

Location

The SourceLocation of the directive.

Applies to