Megosztás a következőn keresztül:


TagHelperDescriptorResolutionContext Class

Definition

Contains information needed to resolve TagHelperDescriptors.

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

Constructors

TagHelperDescriptorResolutionContext(IEnumerable<TagHelperDirectiveDescriptor>, ErrorSink)

Instantiates a new instance of TagHelperDescriptorResolutionContext.

Properties

DirectiveDescriptors

TagHelperDirectiveDescriptors used to resolve TagHelperDescriptors.

ErrorSink

Used to aggregate RazorErrors.

Applies to