HTMLTemplateElement.Content

HTMLTemplateElement.Content property

Gets the instance of the DocumentFragment.

public DocumentFragment Content { get; }

Property Value

The content.

See Also