TagHelperDesignTimeDescriptorFactory.CreateDescriptor(Type) Method
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.
Creates a TagHelperDesignTimeDescriptor from the given type.
public:
Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDesignTimeDescriptor ^ CreateDescriptor(Type ^ type);
public Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDesignTimeDescriptor CreateDescriptor (Type type);
member this.CreateDescriptor : Type -> Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDesignTimeDescriptor
Public Function CreateDescriptor (type As Type) As TagHelperDesignTimeDescriptor
Parameters
- type
- Type
The Type to create a TagHelperDesignTimeDescriptor from.
Returns
A TagHelperDesignTimeDescriptor that describes design time specific information
for the given type.