Méthode | Description | |
---|---|---|
AttributeCompletionContext ( TagHelperDocumentContext documentContext, IEnumerable existingCompletions, string currentTagName, string currentAttributeName, IEnumerable attributes, string currentParentTagName, bool currentParentIsTagHelper, Func inHTMLSchema ) : System |
public AttributeCompletionContext ( TagHelperDocumentContext documentContext, IEnumerable existingCompletions, string currentTagName, string currentAttributeName, IEnumerable attributes, string currentParentTagName, bool currentParentIsTagHelper, Func inHTMLSchema ) : System | ||
documentContext | TagHelperDocumentContext | |
existingCompletions | IEnumerable | |
currentTagName | string | |
currentAttributeName | string | |
attributes | IEnumerable | |
currentParentTagName | string | |
currentParentIsTagHelper | bool | |
inHTMLSchema | Func | |
Résultat | System |