internal static HTMLComposablePart CreateRootPart(HtmlElement rootElement) { var partDefinition = new HTMLComposablePartDefinition(rootElement); partDefinition.toString = rootIdentifier; return(partDefinition.CreateRootPart()); }
public static HTMLComposablePart CreateRootPart(HtmlElement rootElement) { return(HTMLComposablePartDefinition.CreateRootPart(rootElement)); }