TagHelperDesignTimeDescriptorFactory.CreateDescriptor(Type) Method

Definition

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

TagHelperDesignTimeDescriptor

A TagHelperDesignTimeDescriptor that describes design time specific information for the given type.

Applies to