jsakamoto / Toolbelt.Blazor.HeadElement

Head element support (change the document title, "meta" elements such as OGP, and "link" elements) for Blazor apps.
https://demo-blazor-headelement.azurewebsites.net/
Mozilla Public License 2.0
158 stars 11 forks source link

It is possible to create http-equiv metas? #4

Closed emiliovmq closed 4 years ago

emiliovmq commented 4 years ago

It is possible to create http-equiv metas? like, for instance:

<meta http-equiv="refresh" content="3;url=https://www.mozilla.org"> or <meta charset="utf-8">

Thanks

jsakamoto commented 4 years ago

@emiliovmq

I published <meta http-equiv /> supported version just now.

Those are Beta release at this time, but I'll make it as official release when I get confident.

Thank you for your pull request, @pacas00 !

jsakamoto commented 4 years ago

@emiliovmq @pacas00

Today, I published the latest official release version.

Thanks for all!