TagHelperDescriptorFactory(Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.