MarkdownSyntaxFactory.HTMLFragment

HTMLFragment(SourceText, TextSpan)

Creates HTMLFragmentSyntax.

public HTMLFragmentSyntax HTMLFragment(SourceText source, TextSpan span)
ParameterTypeDescription
sourceSourceTextThe SourceText.
spanTextSpanThe TextSpan.

Return Value

The HTMLFragmentSyntax.

See Also


HTMLFragment()

Creates HTMLFragmentSyntax.

public HTMLFragmentSyntax HTMLFragment()

Return Value

The HTMLFragmentSyntax.

See Also