Share via


TagHelperDirectiveSpanVisitor.GetDescriptors(Block) Method

Definition

public:
 System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDescriptor ^> ^ GetDescriptors(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ root);
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> GetDescriptors (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block root);
member this.GetDescriptors : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block -> seq<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor>
Public Function GetDescriptors (root As Block) As IEnumerable(Of TagHelperDescriptor)

Parameters

root
Block

Returns

Applies to