TagHelperDescriptorFactory(Boolean) Constructor

Definition

Instantiates a new TagHelperDescriptorFactory.

public:
 TagHelperDescriptorFactory(bool designTime);
public TagHelperDescriptorFactory (bool designTime);
new Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperDescriptorFactory : bool -> Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperDescriptorFactory
Public Sub New (designTime As Boolean)

Parameters

designTime
Boolean

Indicates if TagHelperDescriptors should be created for design time.

Applies to