copy-html/paste-html

The copy-html tag helper copies the Html it contains in a transfer area, so that it may be pasted in several places with the paste-html tag helper.

copy-html attributes

name: string
name of the transfer area where to copy the content
remove: bool
if truethe tag content once copied is removed from its current place (a kind of "cut")

paste-html attributes

name: string
name of the transfer where to take the content from.

Fork me on GitHub