netcoreapp2.2
namespace Microsoft.CodeAnalysis.Razor
{
public sealed class DefaultTagHelperDescriptorProvider : RazorEngineFeatureBase, IRazorEngineFeature, IRazorFeature, ITagHelperDescriptorProvider
{
[Obsolete("This property is obsolete will not be honored. Documentation will be included if TagHelperDescriptorProviderContext.IncludeDocumentation is set to true. Hidden tag helpers willbe excluded from the results if TagHelperDescriptorProviderContext.ExcludeHidden is set to true.")]
public bool DesignTime { get; set; }
}
}
.NET Core | 2.02.12.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.CodeAnalysis.Razor , Version=2.2.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Obsolete | This property is obsolete will not be honored. Documentation will be included if TagHelperDescriptorProviderContext.IncludeDocumentation is set to true. Hidden tag helpers willbe excluded from the results if TagHelperDescriptorProviderContext.ExcludeHidden is set to true. |
Platform Restrictions | This framework does not have platform annotations. |