From 2b03298b7ba7117e8301c892e0308beaab2ba8f0 Mon Sep 17 00:00:00 2001 From: ijungleboy Date: Thu, 8 Dec 2022 11:56:07 +0100 Subject: [PATCH 1/8] dnn release notes update --- ToSic.Razor.Dnn/License.txt | 2 +- ToSic.Razor.Dnn/ReleaseNotes.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ToSic.Razor.Dnn/License.txt b/ToSic.Razor.Dnn/License.txt index f30a9d51..6c57432d 100644 --- a/ToSic.Razor.Dnn/License.txt +++ b/ToSic.Razor.Dnn/License.txt @@ -1,7 +1,7 @@ 

MIT License

- Copyright (c) 2021 by 2sic/2sxc
+ Copyright (c) 2023 by 2sic/2sxc
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and diff --git a/ToSic.Razor.Dnn/ReleaseNotes.txt b/ToSic.Razor.Dnn/ReleaseNotes.txt index cc61d804..ed8e60f5 100644 --- a/ToSic.Razor.Dnn/ReleaseNotes.txt +++ b/ToSic.Razor.Dnn/ReleaseNotes.txt @@ -1,4 +1,4 @@ -

Release Notes of RazorBlade.net v3

+

Release Notes of RazorBlade.net v4

This is ToSic - RazorBlade.net

From be4a5bd232b0eacb79b7d5e013fce16f3790c329 Mon Sep 17 00:00:00 2001 From: ijungleboy Date: Thu, 8 Dec 2022 11:56:18 +0100 Subject: [PATCH 2/8] minor --- docs/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifest.json b/docs/manifest.json index 826cac5d..b7a5bb31 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1792,7 +1792,7 @@ "can_incremental": true, "incrementalPhase": "build", "total_file_count": 137, - "skipped_file_count": 132 + "skipped_file_count": 137 }, "ResourceDocumentProcessor": { "can_incremental": false, From 32718362cf07a5591564b8ed1fea6d3f1e85036a Mon Sep 17 00:00:00 2001 From: ijungleboy Date: Fri, 9 Dec 2022 16:55:41 +0100 Subject: [PATCH 3/8] minor - make sure everything is always IHtmlTag --- .../HtmlTagServiceImplementation_Generated.cs | 8 +- .../IHtmlTagService_Generated.cs | 8 +- Razor.Blade/Blade/Interfaces/IHtmlTag.cs | 1 + Razor.Blade/Blade/Tags/SafeUrl.cs | 10 +- Razor.Blade/Html5/GeneratedFormatting.cs | 7 +- Razor.Blade/Html5/GeneratedForms.cs | 10 +- Razor.Blade/Html5/GeneratedFrames.cs | 10 +- Razor.Blade/Html5/GeneratedHead.cs | 10 +- Razor.Blade/Html5/GeneratedImages.cs | 14 +- Razor.Blade/Html5/GeneratedLinks.cs | 12 +- Razor.Blade/Html5/GeneratedMedia.cs | 22 +- Razor.Blade/Html5/GeneratedScripts.cs | 14 +- Razor.Blade/Html5/GeneratedSemantics.cs | 8 +- Razor.Blade/Html5/GeneratedSimple.cs | 8 +- Razor.Blade/Html5/GeneratedTables.cs | 8 +- Razor.Blade/Html5/Icon.cs | 6 +- Razor.Blade/Html5/Tag.cs | 8 +- Razor.Blade/Markup/Attributes.cs | 3 +- Razor.Blade/Markup/Tag/ITag.cs | 14 + Razor.Blade/Markup/Tag/Tag.T.cs | 6 +- Razor.Blade/Markup/Tag/TagBase.cs | 11 +- ...Base_HtmlString.cs => TagBase_StartEnd.cs} | 0 Razor.Blade/Markup/Tag/TagBase_UriEncode.cs | 15 -- Razor.Blade/Markup/Tag/TagCustom.cs | 3 +- Razor.Blade/Markup/Tag/TagText.cs | 10 +- Razor.Blade/Markup/TagChildren.cs | 9 +- .../Markup/TagChildren_ListHandling.cs | 9 +- Source-Code-Generator/Generator/Templates.cs | 1 + .../AttributeCodeGenerator_PreprocessUrls.cs | 4 +- .../Parts/AttributeCodeGenerator_SrcSet.cs | 2 +- .../Parts/TagCodeGenerator.cs | 2 +- .../TagTests/TagOperatorsTests.cs | 35 +-- ToSic.RazorBladeTests/TagTests/TagTestBase.cs | 18 +- docs/api/ToSic.Razor.Blade.IHtmlTag.html | 37 +-- .../ToSic.Razor.Blade.IHtmlTagService.html | 214 +++++++-------- docs/api/ToSic.Razor.Blade.Tag.html | 214 +++++++-------- docs/api/ToSic.Razor.Blade.Tags.html | 6 +- docs/api/ToSic.Razor.Html5.A.html | 19 +- docs/api/ToSic.Razor.Html5.Abbr.html | 3 + docs/api/ToSic.Razor.Html5.Address.html | 5 +- docs/api/ToSic.Razor.Html5.Area.html | 5 +- docs/api/ToSic.Razor.Html5.Article.html | 5 +- docs/api/ToSic.Razor.Html5.Aside.html | 5 +- docs/api/ToSic.Razor.Html5.Audio.html | 25 +- docs/api/ToSic.Razor.Html5.B.html | 5 +- docs/api/ToSic.Razor.Html5.Base.html | 9 +- docs/api/ToSic.Razor.Html5.Bdi.html | 5 +- docs/api/ToSic.Razor.Html5.Bdo.html | 5 +- docs/api/ToSic.Razor.Html5.Blockquote.html | 7 +- docs/api/ToSic.Razor.Html5.Br.html | 5 +- docs/api/ToSic.Razor.Html5.Button.html | 33 +-- docs/api/ToSic.Razor.Html5.Canvas.html | 13 +- docs/api/ToSic.Razor.Html5.Caption.html | 5 +- docs/api/ToSic.Razor.Html5.Cite.html | 5 +- docs/api/ToSic.Razor.Html5.Code.html | 5 +- docs/api/ToSic.Razor.Html5.Col.html | 9 +- docs/api/ToSic.Razor.Html5.Colgroup.html | 9 +- docs/api/ToSic.Razor.Html5.Comment.html | 3 + docs/api/ToSic.Razor.Html5.Data.html | 9 +- docs/api/ToSic.Razor.Html5.Datalist.html | 5 +- docs/api/ToSic.Razor.Html5.Dd.html | 5 +- docs/api/ToSic.Razor.Html5.Del.html | 11 +- docs/api/ToSic.Razor.Html5.Details.html | 9 +- docs/api/ToSic.Razor.Html5.Dfn.html | 5 +- docs/api/ToSic.Razor.Html5.Dialog.html | 9 +- docs/api/ToSic.Razor.Html5.Div.html | 5 +- docs/api/ToSic.Razor.Html5.Dl.html | 5 +- docs/api/ToSic.Razor.Html5.Dt.html | 5 +- docs/api/ToSic.Razor.Html5.Em.html | 5 +- docs/api/ToSic.Razor.Html5.Embed.html | 17 +- docs/api/ToSic.Razor.Html5.Fieldset.html | 13 +- docs/api/ToSic.Razor.Html5.Figcaption.html | 5 +- docs/api/ToSic.Razor.Html5.Figure.html | 5 +- docs/api/ToSic.Razor.Html5.Footer.html | 5 +- docs/api/ToSic.Razor.Html5.Form.html | 23 +- docs/api/ToSic.Razor.Html5.H1.html | 5 +- docs/api/ToSic.Razor.Html5.H2.html | 5 +- docs/api/ToSic.Razor.Html5.H3.html | 5 +- docs/api/ToSic.Razor.Html5.H4.html | 5 +- docs/api/ToSic.Razor.Html5.H5.html | 5 +- docs/api/ToSic.Razor.Html5.H6.html | 5 +- docs/api/ToSic.Razor.Html5.Head.html | 5 +- docs/api/ToSic.Razor.Html5.Header.html | 5 +- docs/api/ToSic.Razor.Html5.Hr.html | 5 +- docs/api/ToSic.Razor.Html5.I.html | 5 +- docs/api/ToSic.Razor.Html5.Icon.html | 19 +- docs/api/ToSic.Razor.Html5.Iframe.html | 19 +- docs/api/ToSic.Razor.Html5.Img.html | 27 +- docs/api/ToSic.Razor.Html5.Input.html | 79 +++--- docs/api/ToSic.Razor.Html5.Ins.html | 11 +- docs/api/ToSic.Razor.Html5.Kbd.html | 5 +- docs/api/ToSic.Razor.Html5.Label.html | 9 +- docs/api/ToSic.Razor.Html5.Legend.html | 5 +- docs/api/ToSic.Razor.Html5.Li.html | 5 +- docs/api/ToSic.Razor.Html5.Link.html | 19 +- docs/api/ToSic.Razor.Html5.Main.html | 5 +- docs/api/ToSic.Razor.Html5.Map.html | 7 +- docs/api/ToSic.Razor.Html5.Mark.html | 5 +- docs/api/ToSic.Razor.Html5.Meta.html | 11 +- docs/api/ToSic.Razor.Html5.MetaOg.html | 3 + docs/api/ToSic.Razor.Html5.Meter.html | 19 +- docs/api/ToSic.Razor.Html5.Nav.html | 5 +- docs/api/ToSic.Razor.Html5.Noscript.html | 5 +- docs/api/ToSic.Razor.Html5.Object.html | 23 +- docs/api/ToSic.Razor.Html5.Ol.html | 5 +- docs/api/ToSic.Razor.Html5.Optgroup.html | 11 +- docs/api/ToSic.Razor.Html5.Option.html | 17 +- docs/api/ToSic.Razor.Html5.Output.html | 11 +- docs/api/ToSic.Razor.Html5.P.html | 5 +- docs/api/ToSic.Razor.Html5.Param.html | 9 +- docs/api/ToSic.Razor.Html5.Picture.html | 5 +- docs/api/ToSic.Razor.Html5.Pre.html | 5 +- docs/api/ToSic.Razor.Html5.Progress.html | 9 +- docs/api/ToSic.Razor.Html5.Q.html | 7 +- docs/api/ToSic.Razor.Html5.Rp.html | 5 +- docs/api/ToSic.Razor.Html5.Rt.html | 5 +- docs/api/ToSic.Razor.Html5.Ruby.html | 5 +- docs/api/ToSic.Razor.Html5.S.html | 5 +- docs/api/ToSic.Razor.Html5.Samp.html | 5 +- docs/api/ToSic.Razor.Html5.Script.html | 17 +- docs/api/ToSic.Razor.Html5.ScriptJsonLd.html | 3 + docs/api/ToSic.Razor.Html5.Section.html | 5 +- docs/api/ToSic.Razor.Html5.Select.html | 27 +- docs/api/ToSic.Razor.Html5.Small.html | 5 +- docs/api/ToSic.Razor.Html5.Source.html | 17 +- docs/api/ToSic.Razor.Html5.Span.html | 5 +- docs/api/ToSic.Razor.Html5.Strong.html | 5 +- docs/api/ToSic.Razor.Html5.Style.html | 9 +- docs/api/ToSic.Razor.Html5.Sub.html | 5 +- docs/api/ToSic.Razor.Html5.Summary.html | 5 +- docs/api/ToSic.Razor.Html5.Sup.html | 5 +- docs/api/ToSic.Razor.Html5.Svg.html | 13 +- docs/api/ToSic.Razor.Html5.Table.html | 5 +- docs/api/ToSic.Razor.Html5.Tbody.html | 5 +- docs/api/ToSic.Razor.Html5.Td.html | 15 +- docs/api/ToSic.Razor.Html5.Template.html | 5 +- docs/api/ToSic.Razor.Html5.Textarea.html | 37 +-- docs/api/ToSic.Razor.Html5.Tfoot.html | 5 +- docs/api/ToSic.Razor.Html5.Th.html | 21 +- docs/api/ToSic.Razor.Html5.Thead.html | 5 +- docs/api/ToSic.Razor.Html5.Time.html | 9 +- docs/api/ToSic.Razor.Html5.Tr.html | 5 +- docs/api/ToSic.Razor.Html5.Track.html | 17 +- docs/api/ToSic.Razor.Html5.U.html | 5 +- docs/api/ToSic.Razor.Html5.Ul.html | 5 +- docs/api/ToSic.Razor.Html5.Var.html | 5 +- docs/api/ToSic.Razor.Html5.Video.html | 35 +-- docs/api/ToSic.Razor.Html5.Wbr.html | 5 +- docs/api/ToSic.Razor.Markup.Attributes.html | 12 +- docs/api/ToSic.Razor.Markup.ITag.html | 45 +++- docs/api/ToSic.Razor.Markup.Tag-1.html | 46 ++-- docs/api/ToSic.Razor.Markup.TagBase.html | 51 +++- docs/api/ToSic.Razor.Markup.TagChildren.html | 22 +- docs/api/ToSic.Razor.Markup.TagCustom.html | 3 + docs/api/ToSic.Razor.Markup.TagList.html | 3 + docs/api/ToSic.Razor.Markup.TagText.html | 45 +++- docs/index.json | 240 ++++++++--------- docs/manifest.json | 248 +++++++++--------- docs/xrefmap.yml | 90 ++++--- 159 files changed, 1565 insertions(+), 1088 deletions(-) rename Razor.Blade/Markup/Tag/{TagBase_HtmlString.cs => TagBase_StartEnd.cs} (100%) delete mode 100644 Razor.Blade/Markup/Tag/TagBase_UriEncode.cs diff --git a/Razor.Blade/Blade/HtmlTagService/HtmlTagServiceImplementation_Generated.cs b/Razor.Blade/Blade/HtmlTagService/HtmlTagServiceImplementation_Generated.cs index 16e4f12b..e8feb15c 100644 --- a/Razor.Blade/Blade/HtmlTagService/HtmlTagServiceImplementation_Generated.cs +++ b/Razor.Blade/Blade/HtmlTagService/HtmlTagServiceImplementation_Generated.cs @@ -1,10 +1,14 @@ -using ToSic.Razor.Html5; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; +using ToSic.Razor.Markup; +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands diff --git a/Razor.Blade/Blade/HtmlTagService/IHtmlTagService_Generated.cs b/Razor.Blade/Blade/HtmlTagService/IHtmlTagService_Generated.cs index 13e46987..889183cf 100644 --- a/Razor.Blade/Blade/HtmlTagService/IHtmlTagService_Generated.cs +++ b/Razor.Blade/Blade/HtmlTagService/IHtmlTagService_Generated.cs @@ -1,10 +1,14 @@ -using ToSic.Razor.Html5; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; +using ToSic.Razor.Markup; +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands diff --git a/Razor.Blade/Blade/Interfaces/IHtmlTag.cs b/Razor.Blade/Blade/Interfaces/IHtmlTag.cs index 6b204a9c..bf3ec329 100644 --- a/Razor.Blade/Blade/Interfaces/IHtmlTag.cs +++ b/Razor.Blade/Blade/Interfaces/IHtmlTag.cs @@ -92,6 +92,7 @@ public interface IHtmlTag: ITag /// So just run AsHtmlTag() so it becomes a more generic object but still has all the common Id, Class, Wrap etc. /// /// + [PrivateApi("not sure if this is useful")] IHtmlTag AsHtmlTag(); } } diff --git a/Razor.Blade/Blade/Tags/SafeUrl.cs b/Razor.Blade/Blade/Tags/SafeUrl.cs index 2f746f02..34529d29 100644 --- a/Razor.Blade/Blade/Tags/SafeUrl.cs +++ b/Razor.Blade/Blade/Tags/SafeUrl.cs @@ -1,10 +1,4 @@ -#if NETFRAMEWORK -using HtmlString = System.Web.HtmlString; -#else -//using IHtmlString = Microsoft.AspNetCore.Html.IHtmlContent; -using HtmlString = Microsoft.AspNetCore.Html.HtmlString; -//using HtmlEncoder = System.Text.Encodings.Web.HtmlEncoder; -#endif +using ToSic.Razor.Internals; using ToSic.Razor.Markup; namespace ToSic.Razor.Blade @@ -17,6 +11,6 @@ public partial class Tags /// /// /// - public static HtmlString SafeUrl(string url) => new HtmlString(TagBase.UriEncode(url)); + public static RawHtmlString SafeUrl(string url) => new RawHtmlString(UriHelpers.UriEncode(url)); } } diff --git a/Razor.Blade/Html5/GeneratedFormatting.cs b/Razor.Blade/Html5/GeneratedFormatting.cs index 192fafc3..1f01e441 100644 --- a/Razor.Blade/Html5/GeneratedFormatting.cs +++ b/Razor.Blade/Html5/GeneratedFormatting.cs @@ -1,11 +1,14 @@ using System; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; using ToSic.Razor.Markup; - +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands diff --git a/Razor.Blade/Html5/GeneratedForms.cs b/Razor.Blade/Html5/GeneratedForms.cs index eccfb6bb..a9b8c820 100644 --- a/Razor.Blade/Html5/GeneratedForms.cs +++ b/Razor.Blade/Html5/GeneratedForms.cs @@ -1,10 +1,14 @@ +using System; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; using ToSic.Razor.Markup; - +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands @@ -792,7 +796,7 @@ private Input(Input original, CloneChanges changes) : base(original, changes) { /// what should be in src='...'. /// If called multiple times, later values replace the previous value. /// a Input object to enable fluid command chaining - public Input Src(string value) => this.Attr("src", UriEncode(value)); + public Input Src(string value) => this.Attr("src", UriHelpers.UriEncode(value)); diff --git a/Razor.Blade/Html5/GeneratedFrames.cs b/Razor.Blade/Html5/GeneratedFrames.cs index a9f203f3..e8832a6d 100644 --- a/Razor.Blade/Html5/GeneratedFrames.cs +++ b/Razor.Blade/Html5/GeneratedFrames.cs @@ -1,10 +1,14 @@ +using System; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; using ToSic.Razor.Markup; - +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands @@ -99,7 +103,7 @@ private Iframe(Iframe original, CloneChanges changes) : base(original, changes) /// what should be in src='...'. /// If called multiple times, later values replace the previous value. /// a Iframe object to enable fluid command chaining - public Iframe Src(string value) => this.Attr("src", UriEncode(value)); + public Iframe Src(string value) => this.Attr("src", UriHelpers.UriEncode(value)); diff --git a/Razor.Blade/Html5/GeneratedHead.cs b/Razor.Blade/Html5/GeneratedHead.cs index 6b961e0b..541142ee 100644 --- a/Razor.Blade/Html5/GeneratedHead.cs +++ b/Razor.Blade/Html5/GeneratedHead.cs @@ -1,10 +1,14 @@ +using System; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; using ToSic.Razor.Markup; - +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands @@ -59,7 +63,7 @@ private Base(Base original, CloneChanges changes) : base(original, changes) { } /// what should be in href='...'. /// If called multiple times, later values replace the previous value. /// a Base object to enable fluid command chaining - public Base Href(string value) => this.Attr("href", UriEncode(value)); + public Base Href(string value) => this.Attr("href", UriHelpers.UriEncode(value)); diff --git a/Razor.Blade/Html5/GeneratedImages.cs b/Razor.Blade/Html5/GeneratedImages.cs index 676fcfe0..be091e26 100644 --- a/Razor.Blade/Html5/GeneratedImages.cs +++ b/Razor.Blade/Html5/GeneratedImages.cs @@ -1,10 +1,14 @@ +using System; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; using ToSic.Razor.Markup; - +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands @@ -223,7 +227,7 @@ private Img(Img original, CloneChanges changes) : base(original, changes) { } /// what should be in src='...'. /// If called multiple times, later values replace the previous value. /// a Img object to enable fluid command chaining - public Img Src(string value) => this.Attr("src", UriEncode(value)); + public Img Src(string value) => this.Attr("src", UriHelpers.UriEncode(value)); @@ -235,7 +239,7 @@ private Img(Img original, CloneChanges changes) : base(original, changes) { } /// what should be in srcset='...'. /// If called multiple times, later values replace the previous value. /// a Img object to enable fluid command chaining - public Img Srcset(string value) => this.Attr("srcset", UriEncodeSrcSet(value), ","); + public Img Srcset(string value) => this.Attr("srcset", UriHelpers.UriEncodeSrcSet(value), ","); @@ -247,7 +251,7 @@ private Img(Img original, CloneChanges changes) : base(original, changes) { } /// image name /// what the images is for - numbers below 8 are used for resolution densities, larger numbers for pixel widths /// a Img object to enable fluid command chaining - public Img Srcset(string name, int multiplier) => this.Attr("srcset", UriEncode(name) + " " + multiplier + (multiplier > 8 ? "w" : "x"), ","); + public Img Srcset(string name, int multiplier) => this.Attr("srcset", UriHelpers.UriEncode(name) + " " + multiplier + (multiplier > 8 ? "w" : "x"), ","); /// diff --git a/Razor.Blade/Html5/GeneratedLinks.cs b/Razor.Blade/Html5/GeneratedLinks.cs index eabe8085..42263e53 100644 --- a/Razor.Blade/Html5/GeneratedLinks.cs +++ b/Razor.Blade/Html5/GeneratedLinks.cs @@ -1,10 +1,14 @@ +using System; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; using ToSic.Razor.Markup; - +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands @@ -70,7 +74,7 @@ private A(A original, CloneChanges changes) : base(original, changes) { } /// what should be in href='...'. /// If called multiple times, later values replace the previous value. /// a A object to enable fluid command chaining - public A Href(string value) => this.Attr("href", UriEncode(value)); + public A Href(string value) => this.Attr("href", UriHelpers.UriEncode(value)); @@ -192,7 +196,7 @@ private Link(Link original, CloneChanges changes) : base(original, changes) { } /// what should be in href='...'. /// If called multiple times, later values replace the previous value. /// a Link object to enable fluid command chaining - public Link Href(string value) => this.Attr("href", UriEncode(value)); + public Link Href(string value) => this.Attr("href", UriHelpers.UriEncode(value)); diff --git a/Razor.Blade/Html5/GeneratedMedia.cs b/Razor.Blade/Html5/GeneratedMedia.cs index 0ef81022..47191c58 100644 --- a/Razor.Blade/Html5/GeneratedMedia.cs +++ b/Razor.Blade/Html5/GeneratedMedia.cs @@ -1,10 +1,14 @@ +using System; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; using ToSic.Razor.Markup; - +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands @@ -142,7 +146,7 @@ private Audio(Audio original, CloneChanges changes) : base(original, changes) { /// what should be in src='...'. /// If called multiple times, later values replace the previous value. /// a Audio object to enable fluid command chaining - public Audio Src(string value) => this.Attr("src", UriEncode(value)); + public Audio Src(string value) => this.Attr("src", UriHelpers.UriEncode(value)); @@ -187,7 +191,7 @@ private Source(Source original, CloneChanges changes) : base(original, changes) /// what should be in src='...'. /// If called multiple times, later values replace the previous value. /// a Source object to enable fluid command chaining - public Source Src(string value) => this.Attr("src", UriEncode(value)); + public Source Src(string value) => this.Attr("src", UriHelpers.UriEncode(value)); @@ -199,7 +203,7 @@ private Source(Source original, CloneChanges changes) : base(original, changes) /// what should be in srcset='...'. /// If called multiple times, later values replace the previous value. /// a Source object to enable fluid command chaining - public Source Srcset(string value) => this.Attr("srcset", UriEncodeSrcSet(value), ","); + public Source Srcset(string value) => this.Attr("srcset", UriHelpers.UriEncodeSrcSet(value), ","); @@ -211,7 +215,7 @@ private Source(Source original, CloneChanges changes) : base(original, changes) /// image name /// what the images is for - numbers below 8 are used for resolution densities, larger numbers for pixel widths /// a Source object to enable fluid command chaining - public Source Srcset(string name, int multiplier) => this.Attr("srcset", UriEncode(name) + " " + multiplier + (multiplier > 8 ? "w" : "x"), ","); + public Source Srcset(string name, int multiplier) => this.Attr("srcset", UriHelpers.UriEncode(name) + " " + multiplier + (multiplier > 8 ? "w" : "x"), ","); /// @@ -327,7 +331,7 @@ private Track(Track original, CloneChanges changes) : base(original, changes) { /// what should be in src='...'. /// If called multiple times, later values replace the previous value. /// a Track object to enable fluid command chaining - public Track Src(string value) => this.Attr("src", UriEncode(value)); + public Track Src(string value) => this.Attr("src", UriHelpers.UriEncode(value)); @@ -473,7 +477,7 @@ private Video(Video original, CloneChanges changes) : base(original, changes) { /// what should be in poster='...'. /// If called multiple times, later values replace the previous value. /// a Video object to enable fluid command chaining - public Video Poster(string value) => this.Attr("poster", UriEncode(value)); + public Video Poster(string value) => this.Attr("poster", UriHelpers.UriEncode(value)); @@ -496,7 +500,7 @@ private Video(Video original, CloneChanges changes) : base(original, changes) { /// what should be in src='...'. /// If called multiple times, later values replace the previous value. /// a Video object to enable fluid command chaining - public Video Src(string value) => this.Attr("src", UriEncode(value)); + public Video Src(string value) => this.Attr("src", UriHelpers.UriEncode(value)); diff --git a/Razor.Blade/Html5/GeneratedScripts.cs b/Razor.Blade/Html5/GeneratedScripts.cs index 7fdfa37f..cc65b34e 100644 --- a/Razor.Blade/Html5/GeneratedScripts.cs +++ b/Razor.Blade/Html5/GeneratedScripts.cs @@ -1,10 +1,14 @@ +using System; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; using ToSic.Razor.Markup; - +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands @@ -77,7 +81,7 @@ private Embed(Embed original, CloneChanges changes) : base(original, changes) { /// what should be in src='...'. /// If called multiple times, later values replace the previous value. /// a Embed object to enable fluid command chaining - public Embed Src(string value) => this.Attr("src", UriEncode(value)); + public Embed Src(string value) => this.Attr("src", UriHelpers.UriEncode(value)); @@ -184,7 +188,7 @@ private Object(Object original, CloneChanges changes) : base(original, changes) /// what should be in data='...'. /// If called multiple times, later values replace the previous value. /// a Object object to enable fluid command chaining - public Object Data(string value) => this.Attr("data", UriEncode(value)); + public Object Data(string value) => this.Attr("data", UriHelpers.UriEncode(value)); @@ -411,7 +415,7 @@ private Script(Script original, CloneChanges changes) : base(original, changes) /// what should be in src='...'. /// If called multiple times, later values replace the previous value. /// a Script object to enable fluid command chaining - public Script Src(string value) => this.Attr("src", UriEncode(value)); + public Script Src(string value) => this.Attr("src", UriHelpers.UriEncode(value)); diff --git a/Razor.Blade/Html5/GeneratedSemantics.cs b/Razor.Blade/Html5/GeneratedSemantics.cs index 8d77e289..d5c92d34 100644 --- a/Razor.Blade/Html5/GeneratedSemantics.cs +++ b/Razor.Blade/Html5/GeneratedSemantics.cs @@ -1,10 +1,14 @@ +using System; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; using ToSic.Razor.Markup; - +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands diff --git a/Razor.Blade/Html5/GeneratedSimple.cs b/Razor.Blade/Html5/GeneratedSimple.cs index 9c78711b..89a6b08a 100644 --- a/Razor.Blade/Html5/GeneratedSimple.cs +++ b/Razor.Blade/Html5/GeneratedSimple.cs @@ -1,10 +1,14 @@ +using System; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; using ToSic.Razor.Markup; - +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands diff --git a/Razor.Blade/Html5/GeneratedTables.cs b/Razor.Blade/Html5/GeneratedTables.cs index 863fec84..99cacdf6 100644 --- a/Razor.Blade/Html5/GeneratedTables.cs +++ b/Razor.Blade/Html5/GeneratedTables.cs @@ -1,10 +1,14 @@ +using System; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; using ToSic.Razor.Markup; - +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands diff --git a/Razor.Blade/Html5/Icon.cs b/Razor.Blade/Html5/Icon.cs index e24596ea..4a57deb6 100644 --- a/Razor.Blade/Html5/Icon.cs +++ b/Razor.Blade/Html5/Icon.cs @@ -1,4 +1,5 @@ -using ToSic.Razor.Internals.Mime; +using ToSic.Razor.Internals.Documentation; +using ToSic.Razor.Internals.Mime; using ToSic.Razor.Markup; namespace ToSic.Razor.Html5 @@ -14,7 +15,8 @@ public class Icon : Link public static readonly string RelShortcut = "shortcut icon"; public static readonly string RelApple = "apple-touch-icon"; - internal override TagOptions TagOptions => new TagOptions(attributeOptions: new AttributeOptions(keepEmpty: false), close: false); + [PrivateApi] + public override TagOptions TagOptions => new TagOptions(attributeOptions: new AttributeOptions(keepEmpty: false), close: false); /// /// Generate an icon diff --git a/Razor.Blade/Html5/Tag.cs b/Razor.Blade/Html5/Tag.cs index 06c9cb07..7fea2f26 100644 --- a/Razor.Blade/Html5/Tag.cs +++ b/Razor.Blade/Html5/Tag.cs @@ -1,10 +1,14 @@ -using ToSic.Razor.Html5; +using ToSic.Razor.Blade; +using ToSic.Razor.Html5; +using ToSic.Razor.Markup; +using ToSic.Razor.Internals; +using ToSic.Razor.Internals.Documentation; // **** // **** // This is auto-generated code - don't modify // Re-run the generation program to recreate -// Created 07.12.2022 00:28 +// Created 09.12.2022 16:48 // // Each tag and attributes of it prepare code, and they return an object of the same type again // to allow fluid chaining of the commands diff --git a/Razor.Blade/Markup/Attributes.cs b/Razor.Blade/Markup/Attributes.cs index 55ebd39f..c5d42307 100644 --- a/Razor.Blade/Markup/Attributes.cs +++ b/Razor.Blade/Markup/Attributes.cs @@ -1,5 +1,6 @@ using System.Collections.Generic; using System.Linq; +using ToSic.Razor.Internals; namespace ToSic.Razor.Markup { @@ -45,7 +46,7 @@ internal Attributes Add(string name, object value = null, string appendSeparator internal Attributes AddObject(object nameOrValue) => Add(nameOrValue?.ToString()); public Attributes AddUrl(string name, object value = null, string appendSeparator = null) - => Add(name, TagBase.UriEncode(value?.ToString()), appendSeparator); + => Add(name, UriHelpers.UriEncode(value?.ToString()), appendSeparator); /// diff --git a/Razor.Blade/Markup/Tag/ITag.cs b/Razor.Blade/Markup/Tag/ITag.cs index d2bae418..6374dc59 100644 --- a/Razor.Blade/Markup/Tag/ITag.cs +++ b/Razor.Blade/Markup/Tag/ITag.cs @@ -1,4 +1,5 @@ using System.Collections.Generic; +using ToSic.Razor.Internals.Documentation; namespace ToSic.Razor.Markup { @@ -17,6 +18,11 @@ public interface ITag: IEnumerable /// TagChildren TagChildren { get; } + /// + /// The options which determine how the tag will be generated. + /// + TagOptions TagOptions { get; } + /// /// The tag name /// @@ -27,6 +33,14 @@ public interface ITag: IEnumerable /// string ToString(); + /// + /// ToString with custom options how to get it done. + /// + /// + /// + [PrivateApi] + string ToString(TagOptions optionsOrNull); + #region .Open and .Close RawHtmlString TagStart {get; } diff --git a/Razor.Blade/Markup/Tag/Tag.T.cs b/Razor.Blade/Markup/Tag/Tag.T.cs index 4ffc7e94..a14e6109 100644 --- a/Razor.Blade/Markup/Tag/Tag.T.cs +++ b/Razor.Blade/Markup/Tag/Tag.T.cs @@ -21,14 +21,14 @@ protected Tag(string name, object content, TagOptions options = null) protected Tag(string name, TagOptions options, object[] content) : base(name: name, options: options, content: content) { } - protected Tag(string name, string tagOverride, TagOptions options = null) - : base(name: name, options: options, tagOverride: tagOverride ) { } + protected Tag(bool dummyForConstructor, string tagOverride, TagOptions options = null) + : base(options: options, tagOverride: tagOverride ) { } /// /// Special constructor just for cloning with changes /// /// - protected internal Tag(TagBase original, CloneChanges changes) + protected internal Tag(Tag original, CloneChanges changes) : base(original: original, name: null, tagOverride: null, children: changes.Children, attributes: changes.Attributes, options: changes.Options) { } diff --git a/Razor.Blade/Markup/Tag/TagBase.cs b/Razor.Blade/Markup/Tag/TagBase.cs index 4e64d6a0..ba2862a8 100644 --- a/Razor.Blade/Markup/Tag/TagBase.cs +++ b/Razor.Blade/Markup/Tag/TagBase.cs @@ -1,4 +1,5 @@ -using ToSic.Razor.Internals.Documentation; +using ToSic.Razor.Blade; +using ToSic.Razor.Internals.Documentation; namespace ToSic.Razor.Markup { @@ -75,7 +76,7 @@ protected void ApplyChanges(CloneChanges changes) /// TagBase serialization options, like what quotes to use /// If null (allowed), will use defaults. /// - internal virtual TagOptions TagOptions { get; private set; } + public virtual TagOptions TagOptions { get; private set; } /// /// Helper to ensure that both strings/tags can be passed around and added to list @@ -83,10 +84,10 @@ protected void ApplyChanges(CloneChanges changes) /// /// [PrivateApi] - internal static TagBase EnsureTag(object child) => + internal static IHtmlTag EnsureTag(object child) => IsStringOrHtmlString(child, out var s) ? new TagText(s) - : child as TagBase; // returns the child or null + : child as IHtmlTag; // returns the child or null /// /// Gets the HTML encoded value. @@ -94,7 +95,7 @@ internal static TagBase EnsureTag(object child) => public override string ToString() => ToString(TagOptions); [PrivateApi] - internal string ToString(TagOptions optionsOrNull) + public string ToString(TagOptions optionsOrNull) => TagOverride ?? TagBuilder.Tag(TagName, TagAttributes, TagChildren.ToString(), optionsOrNull); } diff --git a/Razor.Blade/Markup/Tag/TagBase_HtmlString.cs b/Razor.Blade/Markup/Tag/TagBase_StartEnd.cs similarity index 100% rename from Razor.Blade/Markup/Tag/TagBase_HtmlString.cs rename to Razor.Blade/Markup/Tag/TagBase_StartEnd.cs diff --git a/Razor.Blade/Markup/Tag/TagBase_UriEncode.cs b/Razor.Blade/Markup/Tag/TagBase_UriEncode.cs deleted file mode 100644 index b630f9d4..00000000 --- a/Razor.Blade/Markup/Tag/TagBase_UriEncode.cs +++ /dev/null @@ -1,15 +0,0 @@ -using ToSic.Razor.Internals; -using ToSic.Razor.Internals.Documentation; - -namespace ToSic.Razor.Markup -{ - public partial class TagBase - { - [PrivateApi("Should remove soon, after auto-generated code is updated")] - internal static string UriEncode(string url) => UriHelpers.UriEncode(url); - - [PrivateApi("Should remove soon, after auto-generated code is updated")] - internal static string UriEncodeSrcSet(string srcset) => UriHelpers.UriEncodeSrcSet(srcset); - - } -} diff --git a/Razor.Blade/Markup/Tag/TagCustom.cs b/Razor.Blade/Markup/Tag/TagCustom.cs index ff5a24b3..a31d4a86 100644 --- a/Razor.Blade/Markup/Tag/TagCustom.cs +++ b/Razor.Blade/Markup/Tag/TagCustom.cs @@ -13,7 +13,8 @@ protected internal TagCustom(string name = null, TagOptions options = null) protected internal TagCustom(string name, TagOptions options, object[] content) : base(name, options, content) { } - private TagCustom(TagCustom original, CloneChanges changes) : base(original, changes) { } + private TagCustom(TagCustom original, CloneChanges changes) + : base(original, changes) { } internal override TagCustom CwC(CloneChanges changes) => new TagCustom(this, changes); diff --git a/Razor.Blade/Markup/Tag/TagText.cs b/Razor.Blade/Markup/Tag/TagText.cs index 2ee6a613..16decae2 100644 --- a/Razor.Blade/Markup/Tag/TagText.cs +++ b/Razor.Blade/Markup/Tag/TagText.cs @@ -1,10 +1,12 @@ namespace ToSic.Razor.Markup { - public class TagText: TagBase + public class TagText: Tag { - public TagText(string text) : base(tagOverride: text) - { + public TagText(string text) : base(true, tagOverride: text) { } - } + private TagText(TagText original, CloneChanges changes) : base(original, changes) { } + + /// + internal override TagText CwC(CloneChanges changes) => new TagText(this, changes); } } diff --git a/Razor.Blade/Markup/TagChildren.cs b/Razor.Blade/Markup/TagChildren.cs index 8f1a35be..847c9823 100644 --- a/Razor.Blade/Markup/TagChildren.cs +++ b/Razor.Blade/Markup/TagChildren.cs @@ -1,5 +1,6 @@ using System.Collections.Generic; using System.Linq; +using ToSic.Razor.Blade; namespace ToSic.Razor.Markup { @@ -7,23 +8,23 @@ public partial class TagChildren : RawHtmlString { #region Constructor and List - public TagChildren(TagBase parent, IEnumerable list = null, IEnumerable additions = null) + public TagChildren(TagBase parent, IEnumerable list = null, IEnumerable additions = null) { _parent = parent; - var newList = list?.ToList() ?? new List(); + var newList = list?.ToList() ?? new List(); if (additions != null) newList.AddRange(additions); List = newList.AsReadOnly(); } public TagChildren(TagChildren original): this(original._parent, original.List) { } - internal readonly IReadOnlyCollection List; + internal readonly IReadOnlyCollection List; private readonly TagBase _parent; #endregion - public TagChildren(TagBase parent, params object[] children): this(parent, Add(new List(), children)) + public TagChildren(TagBase parent, params object[] children): this(parent, Add(new List(), children)) { } diff --git a/Razor.Blade/Markup/TagChildren_ListHandling.cs b/Razor.Blade/Markup/TagChildren_ListHandling.cs index 117bf8d4..33774a4c 100644 --- a/Razor.Blade/Markup/TagChildren_ListHandling.cs +++ b/Razor.Blade/Markup/TagChildren_ListHandling.cs @@ -1,16 +1,17 @@ using System.Collections; using System.Collections.Generic; using System.Linq; +using ToSic.Razor.Blade; namespace ToSic.Razor.Markup { public partial class TagChildren { - private static IReadOnlyCollection Add(IReadOnlyCollection list, params object[] children) + private static IReadOnlyCollection Add(IReadOnlyCollection list, params object[] children) { if (children == null || children.Length == 0) return list; - var newList = new List(list); + var newList = new List(list); if (children.Length == 1) { @@ -32,7 +33,7 @@ private static IReadOnlyCollection Add(IReadOnlyCollection lis // 2. Import a TagBase list // if it's a classic tag list - everything is ok // This could also be the result of processing #1 before - if (children is IEnumerable childList) + if (children is IEnumerable childList) { newList.AddRange(childList); return newList; @@ -47,7 +48,7 @@ private static IReadOnlyCollection Add(IReadOnlyCollection lis return newList; } - private static bool AddOrSkipNullOrTagBase(List newList, object child) + private static bool AddOrSkipNullOrTagBase(List newList, object child) { // Prevent null problems on further type checks if (child is null) return true; diff --git a/Source-Code-Generator/Generator/Templates.cs b/Source-Code-Generator/Generator/Templates.cs index 5b6fc18f..c5fc2b5b 100644 --- a/Source-Code-Generator/Generator/Templates.cs +++ b/Source-Code-Generator/Generator/Templates.cs @@ -8,6 +8,7 @@ internal static class Templates using ToSic.Razor.Blade; using ToSic.Razor.Html5; using ToSic.Razor.Markup; +using ToSic.Razor.Internals; using ToSic.Razor.Internals.Documentation; // **** // **** diff --git a/Source-Code-Generator/Parts/AttributeCodeGenerator_PreprocessUrls.cs b/Source-Code-Generator/Parts/AttributeCodeGenerator_PreprocessUrls.cs index 6c555951..f18fd064 100644 --- a/Source-Code-Generator/Parts/AttributeCodeGenerator_PreprocessUrls.cs +++ b/Source-Code-Generator/Parts/AttributeCodeGenerator_PreprocessUrls.cs @@ -9,9 +9,9 @@ public partial class AttributeCodeGenerator private string ValuePreprocessor(string valueName) { return IsUrlAttribute - ? $"UriEncode({valueName})" + ? $"UriHelpers.UriEncode({valueName})" : IsSrcSetAttribute - ? $"UriEncodeSrcSet({valueName})" + ? $"UriHelpers.UriEncodeSrcSet({valueName})" : valueName; } diff --git a/Source-Code-Generator/Parts/AttributeCodeGenerator_SrcSet.cs b/Source-Code-Generator/Parts/AttributeCodeGenerator_SrcSet.cs index 261cf11e..17af4b4c 100644 --- a/Source-Code-Generator/Parts/AttributeCodeGenerator_SrcSet.cs +++ b/Source-Code-Generator/Parts/AttributeCodeGenerator_SrcSet.cs @@ -14,7 +14,7 @@ private string CodeForSrcSetAttribute(TagCodeGenerator tag) => /// image name /// what the images is for - numbers below 8 are used for resolution densities, larger numbers for pixel widths /// a {tag.ClassName} object to enable fluid command chaining - {Method(tag.ClassName)}(string name, int multiplier) => this.Attr(""{Key}"", UriEncode(name) + "" "" + multiplier + (multiplier > 8 ? ""w"" : ""x""){GetSeparator()});"; + {Method(tag.ClassName)}(string name, int multiplier) => this.Attr(""{Key}"", UriHelpers.UriEncode(name) + "" "" + multiplier + (multiplier > 8 ? ""w"" : ""x""){GetSeparator()});"; } } diff --git a/Source-Code-Generator/Parts/TagCodeGenerator.cs b/Source-Code-Generator/Parts/TagCodeGenerator.cs index ec2a3b52..47595169 100644 --- a/Source-Code-Generator/Parts/TagCodeGenerator.cs +++ b/Source-Code-Generator/Parts/TagCodeGenerator.cs @@ -97,7 +97,7 @@ public string Comment(string name = null) => $@" /// {QuickAccessWithParams}"; - private string QuickAccessWithParams => $"public static {ClassName} {ClassName}(params object[] content) => new {ClassName}(content) {{ TagIsImmutable = false }};"; + private string QuickAccessWithParams => $"public static {ClassName} {ClassName}(params object[] content) => new {ClassName}(content) {{ IsImmutable = false }};"; #endregion diff --git a/ToSic.RazorBladeTests/TagTests/TagOperatorsTests.cs b/ToSic.RazorBladeTests/TagTests/TagOperatorsTests.cs index 9d334499..becc0584 100644 --- a/ToSic.RazorBladeTests/TagTests/TagOperatorsTests.cs +++ b/ToSic.RazorBladeTests/TagTests/TagOperatorsTests.cs @@ -1,6 +1,7 @@ using Microsoft.VisualStudio.TestTools.UnitTesting; using ToSic.Razor.Blade; using ToSic.Razor.Markup; +using static Microsoft.VisualStudio.TestTools.UnitTesting.Assert; namespace ToSic.RazorBladeTests.TagTests { @@ -11,48 +12,50 @@ public class TagOperatorsTests public void AddTags() { var addTags = Tag.Div() + Tag.P(); - Assert.IsInstanceOfType(addTags, typeof(TagBase)); - Assert.AreEqual("

", addTags.ToString()); + IsInstanceOfType(addTags, typeof(TagBase)); + IsInstanceOfType(addTags, typeof(IHtmlTag)); + AreEqual("

", addTags.ToString()); var addTags2 = Tag.Div("a") + Tag.P("b"); - Assert.IsInstanceOfType(addTags2, typeof(TagBase)); - Assert.AreEqual("
a

b

", addTags2.ToString()); + IsInstanceOfType(addTags2, typeof(TagBase)); + IsInstanceOfType(addTags2, typeof(IHtmlTag)); + AreEqual("
a

b

", addTags2.ToString()); } [TestMethod] public void AddTagsWithStrings() { var addTags = "
" + Tag.P(); - Assert.IsInstanceOfType(addTags, typeof(string)); - Assert.AreEqual("

", addTags); + IsInstanceOfType(addTags, typeof(string)); + AreEqual("

", addTags); var addTags2 = Tag.Div("a") + "

b

"; - Assert.IsInstanceOfType(addTags2, typeof(string)); - Assert.AreEqual("
a

b

", addTags2); + IsInstanceOfType(addTags2, typeof(string)); + AreEqual("
a

b

", addTags2); } [TestMethod] public void AddTagsWithNumbers() { var addTags = 5 + Tag.P(); - Assert.IsInstanceOfType(addTags, typeof(string)); - Assert.AreEqual("5

", addTags); + IsInstanceOfType(addTags, typeof(string)); + AreEqual("5

", addTags); var addTags2 = Tag.Div("a") + 27; - Assert.IsInstanceOfType(addTags2, typeof(string)); - Assert.AreEqual("
a
27", addTags2); + IsInstanceOfType(addTags2, typeof(string)); + AreEqual("
a
27", addTags2); } [TestMethod] public void AddTagsWithBoolean() { var addTags = true + Tag.P(); - Assert.IsInstanceOfType(addTags, typeof(string)); - Assert.AreEqual("true

", addTags); + IsInstanceOfType(addTags, typeof(string)); + AreEqual("true

", addTags); var addTags2 = Tag.Div("a") + false; - Assert.IsInstanceOfType(addTags2, typeof(string)); - Assert.AreEqual("
a
false", addTags2); + IsInstanceOfType(addTags2, typeof(string)); + AreEqual("
a
false", addTags2); } } } diff --git a/ToSic.RazorBladeTests/TagTests/TagTestBase.cs b/ToSic.RazorBladeTests/TagTests/TagTestBase.cs index c246ab53..bda28bff 100644 --- a/ToSic.RazorBladeTests/TagTests/TagTestBase.cs +++ b/ToSic.RazorBladeTests/TagTests/TagTestBase.cs @@ -10,21 +10,11 @@ namespace ToSic.RazorBladeTests.TagTests { public class TagTestBase { + public void Is(string expected, T result, string? message = null) where T: Tag + => Is(expected, result.ToString(), message); - public void Is(string expected, TagBase result, string? message = null) - { - Is(expected, result.ToString(), message); - //Assert.AreEqual(expected, result.ToString(), message); - } - - public void Is(string expected, IHtmlString result, string? message = null) - { - //var resultStr = result.ToString(); - //int index = expected.Zip(resultStr, (c1, c2) => c1 == c2).TakeWhile(b => b).Count() + 1; - - //Assert.AreEqual(expected, resultStr, message + $"(pos: {index}"); - Is(expected, result.ToString(), message); - } + public void Is(string expected, IHtmlString result, string? message = null) + => Is(expected, result.ToString(), message); private void Is(string expected, string result, string? message = null) { diff --git a/docs/api/ToSic.Razor.Blade.IHtmlTag.html b/docs/api/ToSic.Razor.Blade.IHtmlTag.html index acd3c5f4..96a2e060 100644 --- a/docs/api/ToSic.Razor.Blade.IHtmlTag.html +++ b/docs/api/ToSic.Razor.Blade.IHtmlTag.html @@ -527,6 +527,9 @@
Inherited Members
+ @@ -602,40 +605,6 @@
Returns
- - | - Improve this Doc - - - View Source - - -

AsHtmlTag()

-

Cast a Tag to IHtmlTag, as it will make certain changes easier to manage.

-

Example: You may have different code returning a span, div, whatever and need to add the link. -In this case each code would return a different object, which may make it hard to program. -So just run AsHtmlTag() so it becomes a more generic object but still has all the common Id, Class, Wrap etc.

-
-
-
Declaration
-
-
IHtmlTag AsHtmlTag()
-
-
Returns
- - - - - - - - - - - - - -
TypeDescription
IHtmlTag
| Improve this Doc diff --git a/docs/api/ToSic.Razor.Blade.IHtmlTagService.html b/docs/api/ToSic.Razor.Blade.IHtmlTagService.html index 92f78a8b..d228e857 100644 --- a/docs/api/ToSic.Razor.Blade.IHtmlTagService.html +++ b/docs/api/ToSic.Razor.Blade.IHtmlTagService.html @@ -556,7 +556,7 @@

Methods Improve this Doc - View Source + View Source

A(Object[])

@@ -606,7 +606,7 @@
Returns
Improve this Doc
- View Source + View Source

Abbr(Object[])

@@ -656,7 +656,7 @@
Returns
Improve this Doc - View Source + View Source

Address(Object[])

@@ -706,7 +706,7 @@
Returns
Improve this Doc - View Source + View Source

Area(Object[])

@@ -756,7 +756,7 @@
Returns
Improve this Doc - View Source + View Source

Article(Object[])

@@ -806,7 +806,7 @@
Returns
Improve this Doc - View Source + View Source

Aside(Object[])

@@ -980,7 +980,7 @@
Returns
Improve this Doc - View Source + View Source

Audio(Object[])

@@ -1030,7 +1030,7 @@
Returns
Improve this Doc - View Source + View Source

B(Object[])

@@ -1080,7 +1080,7 @@
Returns
Improve this Doc - View Source + View Source

Base(Object[])

@@ -1130,7 +1130,7 @@
Returns
Improve this Doc - View Source + View Source

Bdi(Object[])

@@ -1180,7 +1180,7 @@
Returns
Improve this Doc - View Source + View Source

Bdo(Object[])

@@ -1230,7 +1230,7 @@
Returns
Improve this Doc - View Source + View Source

Blockquote(Object[])

@@ -1280,7 +1280,7 @@
Returns
Improve this Doc - View Source + View Source

Br(Object[])

@@ -1330,7 +1330,7 @@
Returns
Improve this Doc - View Source + View Source

Button(Object[])

@@ -1380,7 +1380,7 @@
Returns
Improve this Doc - View Source + View Source

Canvas(Object[])

@@ -1430,7 +1430,7 @@
Returns
Improve this Doc - View Source + View Source

Caption(Object[])

@@ -1480,7 +1480,7 @@
Returns
Improve this Doc - View Source + View Source

Cite(Object[])

@@ -1530,7 +1530,7 @@
Returns
Improve this Doc - View Source + View Source

Code(Object[])

@@ -1580,7 +1580,7 @@
Returns
Improve this Doc - View Source + View Source

Col(Object[])

@@ -1630,7 +1630,7 @@
Returns
Improve this Doc - View Source + View Source

Colgroup(Object[])

@@ -1788,7 +1788,7 @@
Returns
Improve this Doc - View Source + View Source

Data(Object[])

@@ -1838,7 +1838,7 @@
Returns
Improve this Doc - View Source + View Source

Datalist(Object[])

@@ -1888,7 +1888,7 @@
Returns
Improve this Doc - View Source + View Source

Dd(Object[])

@@ -1938,7 +1938,7 @@
Returns
Improve this Doc - View Source + View Source

Del(Object[])

@@ -1988,7 +1988,7 @@
Returns
Improve this Doc - View Source + View Source

Details(Object[])

@@ -2038,7 +2038,7 @@
Returns
Improve this Doc - View Source + View Source

Dfn(Object[])

@@ -2088,7 +2088,7 @@
Returns
Improve this Doc - View Source + View Source

Dialog(Object[])

@@ -2138,7 +2138,7 @@
Returns
Improve this Doc - View Source + View Source

Div(Object[])

@@ -2188,7 +2188,7 @@
Returns
Improve this Doc - View Source + View Source

Dl(Object[])

@@ -2238,7 +2238,7 @@
Returns
Improve this Doc - View Source + View Source

Dt(Object[])

@@ -2288,7 +2288,7 @@
Returns
Improve this Doc - View Source + View Source

Em(Object[])

@@ -2338,7 +2338,7 @@
Returns
Improve this Doc - View Source + View Source

Embed(Object[])

@@ -2388,7 +2388,7 @@
Returns
Improve this Doc - View Source + View Source

Fieldset(Object[])

@@ -2438,7 +2438,7 @@
Returns
Improve this Doc - View Source + View Source

Figcaption(Object[])

@@ -2488,7 +2488,7 @@
Returns
Improve this Doc - View Source + View Source

Figure(Object[])

@@ -2538,7 +2538,7 @@
Returns
Improve this Doc - View Source + View Source @@ -2588,7 +2588,7 @@
Returns
Improve this Doc - View Source + View Source

Form(Object[])

@@ -2638,7 +2638,7 @@
Returns
Improve this Doc - View Source + View Source

H1(Object[])

@@ -2688,7 +2688,7 @@
Returns
Improve this Doc - View Source + View Source

H2(Object[])

@@ -2738,7 +2738,7 @@
Returns
Improve this Doc - View Source + View Source

H3(Object[])

@@ -2788,7 +2788,7 @@
Returns
Improve this Doc - View Source + View Source

H4(Object[])

@@ -2838,7 +2838,7 @@
Returns
Improve this Doc - View Source + View Source

H5(Object[])

@@ -2888,7 +2888,7 @@
Returns
Improve this Doc - View Source + View Source

H6(Object[])

@@ -2938,7 +2938,7 @@
Returns
Improve this Doc - View Source + View Source

Head(Object[])

@@ -2988,7 +2988,7 @@
Returns
Improve this Doc - View Source + View Source

Header(Object[])

@@ -3038,7 +3038,7 @@
Returns
Improve this Doc - View Source + View Source

Hr(Object[])

@@ -3088,7 +3088,7 @@
Returns
Improve this Doc - View Source + View Source

I(Object[])

@@ -3200,7 +3200,7 @@
Returns
Improve this Doc - View Source + View Source

Iframe(Object[])

@@ -3250,7 +3250,7 @@
Returns
Improve this Doc - View Source + View Source

Img(Object[])

@@ -3300,7 +3300,7 @@
Returns
Improve this Doc - View Source + View Source

Input(Object[])

@@ -3350,7 +3350,7 @@
Returns
Improve this Doc - View Source + View Source

Ins(Object[])

@@ -3400,7 +3400,7 @@
Returns
Improve this Doc - View Source + View Source

Kbd(Object[])

@@ -3450,7 +3450,7 @@
Returns
Improve this Doc - View Source + View Source

Label(Object[])

@@ -3500,7 +3500,7 @@
Returns
Improve this Doc - View Source + View Source

Legend(Object[])

@@ -3550,7 +3550,7 @@
Returns
Improve this Doc - View Source + View Source

Li(Object[])

@@ -3600,7 +3600,7 @@
Returns
Improve this Doc - View Source + View Source @@ -3650,7 +3650,7 @@
Returns
Improve this Doc - View Source + View Source

Main(Object[])

@@ -3700,7 +3700,7 @@
Returns
Improve this Doc - View Source + View Source

Map(Object[])

@@ -3750,7 +3750,7 @@
Returns
Improve this Doc - View Source + View Source

Mark(Object[])

@@ -3800,7 +3800,7 @@
Returns
Improve this Doc - View Source + View Source

Meta(Object[])

@@ -3907,7 +3907,7 @@
Improve this Doc - View Source + View Source

Meter(Object[])

@@ -3957,7 +3957,7 @@
Returns
Improve this Doc - View Source + View Source

Nav(Object[])

@@ -4007,7 +4007,7 @@
Returns
Improve this Doc - View Source + View Source

Noscript(Object[])

@@ -4057,7 +4057,7 @@
Returns
Improve this Doc - View Source + View Source

Object(Object[])

@@ -4107,7 +4107,7 @@
Returns
Improve this Doc - View Source + View Source

Ol(Object[])

@@ -4157,7 +4157,7 @@
Returns
Improve this Doc - View Source + View Source

Optgroup(Object[])

@@ -4207,7 +4207,7 @@
Returns
Improve this Doc - View Source + View Source

Option(Object[])

@@ -4257,7 +4257,7 @@
Returns
Improve this Doc - View Source + View Source

Output(Object[])

@@ -4307,7 +4307,7 @@
Returns
Improve this Doc - View Source + View Source

P(Object[])

@@ -4357,7 +4357,7 @@
Returns
Improve this Doc - View Source + View Source

Param(Object[])

@@ -4407,7 +4407,7 @@
Returns
Improve this Doc - View Source + View Source

Picture(Object[])

@@ -4457,7 +4457,7 @@
Returns
Improve this Doc - View Source + View Source

Pre(Object[])

@@ -4507,7 +4507,7 @@
Returns
Improve this Doc - View Source + View Source

Progress(Object[])

@@ -4557,7 +4557,7 @@
Returns
Improve this Doc - View Source + View Source

Q(Object[])

@@ -4656,7 +4656,7 @@
Returns
Improve this Doc - View Source + View Source

Rp(Object[])

@@ -4706,7 +4706,7 @@
Returns
Improve this Doc - View Source + View Source

Rt(Object[])

@@ -4756,7 +4756,7 @@
Returns
Improve this Doc - View Source + View Source

Ruby(Object[])

@@ -4806,7 +4806,7 @@
Returns
Improve this Doc - View Source + View Source

S(Object[])

@@ -4856,7 +4856,7 @@
Returns
Improve this Doc - View Source + View Source

Samp(Object[])

@@ -4906,7 +4906,7 @@
Returns
Improve this Doc - View Source + View Source

Script(Object[])

@@ -5054,7 +5054,7 @@
Returns
Improve this Doc - View Source + View Source

Section(Object[])

@@ -5104,7 +5104,7 @@
Returns
Improve this Doc - View Source + View Source

Select(Object[])

@@ -5154,7 +5154,7 @@
Returns
Improve this Doc - View Source + View Source

Small(Object[])

@@ -5204,7 +5204,7 @@
Returns
Improve this Doc - View Source + View Source

Source(Object[])

@@ -5254,7 +5254,7 @@
Returns
Improve this Doc - View Source + View Source

Span(Object[])

@@ -5304,7 +5304,7 @@
Returns
Improve this Doc - View Source + View Source

Strong(Object[])

@@ -5354,7 +5354,7 @@
Returns
Improve this Doc - View Source + View Source

Style(Object[])

@@ -5404,7 +5404,7 @@
Returns
Improve this Doc - View Source + View Source

Sub(Object[])

@@ -5454,7 +5454,7 @@
Returns
Improve this Doc - View Source + View Source

Summary(Object[])

@@ -5504,7 +5504,7 @@
Returns
Improve this Doc - View Source + View Source

Sup(Object[])

@@ -5554,7 +5554,7 @@
Returns
Improve this Doc - View Source + View Source

Svg(Object[])

@@ -5604,7 +5604,7 @@
Returns
Improve this Doc - View Source + View Source

Table(Object[])

@@ -5703,7 +5703,7 @@
Returns
Improve this Doc - View Source + View Source

Tbody(Object[])

@@ -5753,7 +5753,7 @@
Returns
Improve this Doc - View Source + View Source

Td(Object[])

@@ -5803,7 +5803,7 @@
Returns
Improve this Doc - View Source + View Source

Template(Object[])

@@ -5853,7 +5853,7 @@
Returns
Improve this Doc - View Source + View Source

Textarea(Object[])

@@ -5903,7 +5903,7 @@
Returns
Improve this Doc - View Source + View Source

Tfoot(Object[])

@@ -5953,7 +5953,7 @@
Returns
Improve this Doc - View Source + View Source

Th(Object[])

@@ -6003,7 +6003,7 @@
Returns
Improve this Doc - View Source + View Source

Thead(Object[])

@@ -6053,7 +6053,7 @@
Returns
Improve this Doc - View Source + View Source

Time(Object[])

@@ -6103,7 +6103,7 @@
Returns
Improve this Doc - View Source + View Source

Tr(Object[])

@@ -6153,7 +6153,7 @@
Returns
Improve this Doc - View Source + View Source

Track(Object[])

@@ -6203,7 +6203,7 @@
Returns
Improve this Doc - View Source + View Source

U(Object[])

@@ -6253,7 +6253,7 @@
Returns
Improve this Doc - View Source + View Source

Ul(Object[])

@@ -6303,7 +6303,7 @@
Returns
Improve this Doc - View Source + View Source

Var(Object[])

@@ -6353,7 +6353,7 @@
Returns
Improve this Doc - View Source + View Source

Video(Object[])

@@ -6403,7 +6403,7 @@
Returns
Improve this Doc - View Source + View Source

Wbr(Object[])

diff --git a/docs/api/ToSic.Razor.Blade.Tag.html b/docs/api/ToSic.Razor.Blade.Tag.html index 010cdd11..14ab387c 100644 --- a/docs/api/ToSic.Razor.Blade.Tag.html +++ b/docs/api/ToSic.Razor.Blade.Tag.html @@ -543,7 +543,7 @@

Methods Improve this Doc - View Source + View Source

A(Object[])

@@ -593,7 +593,7 @@
Returns
Improve this Doc - View Source + View Source

Abbr(Object[])

@@ -643,7 +643,7 @@
Returns
Improve this Doc - View Source + View Source

Address(Object[])

@@ -693,7 +693,7 @@
Returns
Improve this Doc - View Source + View Source

Area(Object[])

@@ -743,7 +743,7 @@
Returns
Improve this Doc - View Source + View Source

Article(Object[])

@@ -793,7 +793,7 @@
Returns
Improve this Doc - View Source + View Source

Aside(Object[])

@@ -967,7 +967,7 @@
Returns
Improve this Doc - View Source + View Source

Audio(Object[])

@@ -1017,7 +1017,7 @@
Returns
Improve this Doc - View Source + View Source

B(Object[])

@@ -1067,7 +1067,7 @@
Returns
Improve this Doc - View Source + View Source

Base(Object[])

@@ -1117,7 +1117,7 @@
Returns
Improve this Doc - View Source + View Source

Bdi(Object[])

@@ -1167,7 +1167,7 @@
Returns
Improve this Doc - View Source + View Source

Bdo(Object[])

@@ -1217,7 +1217,7 @@
Returns
Improve this Doc - View Source + View Source

Blockquote(Object[])

@@ -1267,7 +1267,7 @@
Returns
Improve this Doc - View Source + View Source

Br(Object[])

@@ -1317,7 +1317,7 @@
Returns
Improve this Doc - View Source + View Source

Button(Object[])

@@ -1367,7 +1367,7 @@
Returns
Improve this Doc - View Source + View Source

Canvas(Object[])

@@ -1417,7 +1417,7 @@
Returns
Improve this Doc - View Source + View Source

Caption(Object[])

@@ -1467,7 +1467,7 @@
Returns
Improve this Doc - View Source + View Source

Cite(Object[])

@@ -1517,7 +1517,7 @@
Returns
Improve this Doc - View Source + View Source

Code(Object[])

@@ -1567,7 +1567,7 @@
Returns
Improve this Doc - View Source + View Source

Col(Object[])

@@ -1617,7 +1617,7 @@
Returns
Improve this Doc - View Source + View Source

Colgroup(Object[])

@@ -1773,7 +1773,7 @@
Returns
Improve this Doc - View Source + View Source

Data(Object[])

@@ -1823,7 +1823,7 @@
Returns
Improve this Doc - View Source + View Source

Datalist(Object[])

@@ -1873,7 +1873,7 @@
Returns
Improve this Doc - View Source + View Source

Dd(Object[])

@@ -1923,7 +1923,7 @@
Returns
Improve this Doc - View Source + View Source

Del(Object[])

@@ -1973,7 +1973,7 @@
Returns
Improve this Doc - View Source + View Source

Details(Object[])

@@ -2023,7 +2023,7 @@
Returns
Improve this Doc - View Source + View Source

Dfn(Object[])

@@ -2073,7 +2073,7 @@
Returns
Improve this Doc - View Source + View Source

Dialog(Object[])

@@ -2123,7 +2123,7 @@
Returns
Improve this Doc - View Source + View Source

Div(Object[])

@@ -2173,7 +2173,7 @@
Returns
Improve this Doc - View Source + View Source

Dl(Object[])

@@ -2223,7 +2223,7 @@
Returns
Improve this Doc - View Source + View Source

Dt(Object[])

@@ -2273,7 +2273,7 @@
Returns
Improve this Doc - View Source + View Source

Em(Object[])

@@ -2323,7 +2323,7 @@
Returns
Improve this Doc - View Source + View Source

Embed(Object[])

@@ -2373,7 +2373,7 @@
Returns
Improve this Doc - View Source + View Source

Fieldset(Object[])

@@ -2423,7 +2423,7 @@
Returns
Improve this Doc - View Source + View Source

Figcaption(Object[])

@@ -2473,7 +2473,7 @@
Returns
Improve this Doc - View Source + View Source

Figure(Object[])

@@ -2523,7 +2523,7 @@
Returns
Improve this Doc - View Source + View Source @@ -2573,7 +2573,7 @@
Returns
Improve this Doc - View Source + View Source

Form(Object[])

@@ -2623,7 +2623,7 @@
Returns
Improve this Doc - View Source + View Source

H1(Object[])

@@ -2673,7 +2673,7 @@
Returns
Improve this Doc - View Source + View Source

H2(Object[])

@@ -2723,7 +2723,7 @@
Returns
Improve this Doc - View Source + View Source

H3(Object[])

@@ -2773,7 +2773,7 @@
Returns
Improve this Doc - View Source + View Source

H4(Object[])

@@ -2823,7 +2823,7 @@
Returns
Improve this Doc - View Source + View Source

H5(Object[])

@@ -2873,7 +2873,7 @@
Returns
Improve this Doc - View Source + View Source

H6(Object[])

@@ -2923,7 +2923,7 @@
Returns
Improve this Doc - View Source + View Source

Head(Object[])

@@ -2973,7 +2973,7 @@
Returns
Improve this Doc - View Source + View Source

Header(Object[])

@@ -3023,7 +3023,7 @@
Returns
Improve this Doc - View Source + View Source

Hr(Object[])

@@ -3073,7 +3073,7 @@
Returns
Improve this Doc - View Source + View Source

I(Object[])

@@ -3123,7 +3123,7 @@
Returns
Improve this Doc - View Source + View Source

Iframe(Object[])

@@ -3173,7 +3173,7 @@
Returns
Improve this Doc - View Source + View Source

Img(Object[])

@@ -3223,7 +3223,7 @@
Returns
Improve this Doc - View Source + View Source

Input(Object[])

@@ -3273,7 +3273,7 @@
Returns
Improve this Doc - View Source + View Source

Ins(Object[])

@@ -3323,7 +3323,7 @@
Returns
Improve this Doc - View Source + View Source

Kbd(Object[])

@@ -3373,7 +3373,7 @@
Returns
Improve this Doc - View Source + View Source

Label(Object[])

@@ -3423,7 +3423,7 @@
Returns
Improve this Doc - View Source + View Source

Legend(Object[])

@@ -3473,7 +3473,7 @@
Returns
Improve this Doc - View Source + View Source

Li(Object[])

@@ -3523,7 +3523,7 @@
Returns
Improve this Doc - View Source + View Source @@ -3573,7 +3573,7 @@
Returns
Improve this Doc - View Source + View Source

Main(Object[])

@@ -3623,7 +3623,7 @@
Returns
Improve this Doc - View Source + View Source

Map(Object[])

@@ -3673,7 +3673,7 @@
Returns
Improve this Doc - View Source + View Source

Mark(Object[])

@@ -3723,7 +3723,7 @@
Returns
Improve this Doc - View Source + View Source

Meta(Object[])

@@ -3773,7 +3773,7 @@
Returns
Improve this Doc - View Source + View Source

Meter(Object[])

@@ -3823,7 +3823,7 @@
Returns
Improve this Doc - View Source + View Source

Nav(Object[])

@@ -3873,7 +3873,7 @@
Returns
Improve this Doc - View Source + View Source

Noscript(Object[])

@@ -3923,7 +3923,7 @@
Returns
Improve this Doc - View Source + View Source

Object(Object[])

@@ -3973,7 +3973,7 @@
Returns
Improve this Doc - View Source + View Source

Ol(Object[])

@@ -4023,7 +4023,7 @@
Returns
Improve this Doc - View Source + View Source

Optgroup(Object[])

@@ -4073,7 +4073,7 @@
Returns
Improve this Doc - View Source + View Source

Option(Object[])

@@ -4123,7 +4123,7 @@
Returns
Improve this Doc - View Source + View Source

Output(Object[])

@@ -4173,7 +4173,7 @@
Returns
Improve this Doc - View Source + View Source

P(Object[])

@@ -4223,7 +4223,7 @@
Returns
Improve this Doc - View Source + View Source

Param(Object[])

@@ -4273,7 +4273,7 @@
Returns
Improve this Doc - View Source + View Source

Picture(Object[])

@@ -4323,7 +4323,7 @@
Returns
Improve this Doc - View Source + View Source

Pre(Object[])

@@ -4373,7 +4373,7 @@
Returns
Improve this Doc - View Source + View Source

Progress(Object[])

@@ -4423,7 +4423,7 @@
Returns
Improve this Doc - View Source + View Source

Q(Object[])

@@ -4522,7 +4522,7 @@
Returns
Improve this Doc - View Source + View Source

Rp(Object[])

@@ -4572,7 +4572,7 @@
Returns
Improve this Doc - View Source + View Source

Rt(Object[])

@@ -4622,7 +4622,7 @@
Returns
Improve this Doc - View Source + View Source

Ruby(Object[])

@@ -4672,7 +4672,7 @@
Returns
Improve this Doc - View Source + View Source

S(Object[])

@@ -4722,7 +4722,7 @@
Returns
Improve this Doc - View Source + View Source

Samp(Object[])

@@ -4772,7 +4772,7 @@
Returns
Improve this Doc - View Source + View Source

Script(Object[])

@@ -4822,7 +4822,7 @@
Returns
Improve this Doc - View Source + View Source

Section(Object[])

@@ -4872,7 +4872,7 @@
Returns
Improve this Doc - View Source + View Source

Select(Object[])

@@ -4922,7 +4922,7 @@
Returns
Improve this Doc - View Source + View Source

Small(Object[])

@@ -4972,7 +4972,7 @@
Returns
Improve this Doc - View Source + View Source

Source(Object[])

@@ -5022,7 +5022,7 @@
Returns
Improve this Doc - View Source + View Source

Span(Object[])

@@ -5072,7 +5072,7 @@
Returns
Improve this Doc - View Source + View Source

Strong(Object[])

@@ -5122,7 +5122,7 @@
Returns
Improve this Doc - View Source + View Source

Style(Object[])

@@ -5172,7 +5172,7 @@
Returns
Improve this Doc - View Source + View Source

Sub(Object[])

@@ -5222,7 +5222,7 @@
Returns
Improve this Doc - View Source + View Source

Summary(Object[])

@@ -5272,7 +5272,7 @@
Returns
Improve this Doc - View Source + View Source

Sup(Object[])

@@ -5322,7 +5322,7 @@
Returns
Improve this Doc - View Source + View Source

Svg(Object[])

@@ -5372,7 +5372,7 @@
Returns
Improve this Doc - View Source + View Source

Table(Object[])

@@ -5474,7 +5474,7 @@
Remarks
Improve this Doc - View Source + View Source

Tbody(Object[])

@@ -5524,7 +5524,7 @@
Returns
Improve this Doc - View Source + View Source

Td(Object[])

@@ -5574,7 +5574,7 @@
Returns
Improve this Doc - View Source + View Source

Template(Object[])

@@ -5624,7 +5624,7 @@
Returns
Improve this Doc - View Source + View Source

Textarea(Object[])

@@ -5674,7 +5674,7 @@
Returns
Improve this Doc - View Source + View Source

Tfoot(Object[])

@@ -5724,7 +5724,7 @@
Returns
Improve this Doc - View Source + View Source

Th(Object[])

@@ -5774,7 +5774,7 @@
Returns
Improve this Doc - View Source + View Source

Thead(Object[])

@@ -5824,7 +5824,7 @@
Returns
Improve this Doc - View Source + View Source

Time(Object[])

@@ -5874,7 +5874,7 @@
Returns
Improve this Doc - View Source + View Source

Tr(Object[])

@@ -5924,7 +5924,7 @@
Returns
Improve this Doc - View Source + View Source

Track(Object[])

@@ -5974,7 +5974,7 @@
Returns
Improve this Doc - View Source + View Source

U(Object[])

@@ -6024,7 +6024,7 @@
Returns
Improve this Doc - View Source + View Source

Ul(Object[])

@@ -6074,7 +6074,7 @@
Returns
Improve this Doc - View Source + View Source

Var(Object[])

@@ -6124,7 +6124,7 @@
Returns
Improve this Doc - View Source + View Source

Video(Object[])

@@ -6174,7 +6174,7 @@
Returns
Improve this Doc - View Source + View Source

Wbr(Object[])

diff --git a/docs/api/ToSic.Razor.Blade.Tags.html b/docs/api/ToSic.Razor.Blade.Tags.html index 6cf047a4..a3445b73 100644 --- a/docs/api/ToSic.Razor.Blade.Tags.html +++ b/docs/api/ToSic.Razor.Blade.Tags.html @@ -787,7 +787,7 @@
Returns
Improve this Doc - View Source + View Source

SafeUrl(String)

@@ -797,7 +797,7 @@

Declaration
-
public static HtmlString SafeUrl(string url)
+
public static RawHtmlString SafeUrl(string url)
Parameters
@@ -826,7 +826,7 @@
Returns
- + diff --git a/docs/api/ToSic.Razor.Html5.A.html b/docs/api/ToSic.Razor.Html5.A.html index 4e7a8e78..b68196f6 100644 --- a/docs/api/ToSic.Razor.Html5.A.html +++ b/docs/api/ToSic.Razor.Html5.A.html @@ -582,6 +582,9 @@
Inherited Members
TagBase.TagName
+
+ TagBase.TagOptions +
TagBase.ToString()
@@ -611,7 +614,7 @@

Methods Improve this Doc - View Source + View Source

Download(String)

@@ -662,7 +665,7 @@
Returns
Improve this Doc - View Source + View Source

Href(String)

@@ -714,7 +717,7 @@
Returns
Improve this Doc - View Source + View Source

Hreflang(String)

@@ -765,7 +768,7 @@
Returns
Improve this Doc - View Source + View Source

Media(String)

@@ -816,7 +819,7 @@
Returns
Improve this Doc - View Source + View Source

Ping(String)

@@ -867,7 +870,7 @@
Returns
Improve this Doc - View Source + View Source

Rel(String)

@@ -918,7 +921,7 @@
Returns
Improve this Doc - View Source + View Source

Target(String)

@@ -969,7 +972,7 @@
Returns
Improve this Doc - View Source + View Source

Type(String)

diff --git a/docs/api/ToSic.Razor.Html5.Abbr.html b/docs/api/ToSic.Razor.Html5.Abbr.html index 9aefbd3b..2dc5973f 100644 --- a/docs/api/ToSic.Razor.Html5.Abbr.html +++ b/docs/api/ToSic.Razor.Html5.Abbr.html @@ -582,6 +582,9 @@
Inherited Members
TagBase.TagName
+
+ TagBase.TagOptions +
TagBase.ToString()
diff --git a/docs/api/ToSic.Razor.Html5.Address.html b/docs/api/ToSic.Razor.Html5.Address.html index e756d144..024f2fc7 100644 --- a/docs/api/ToSic.Razor.Html5.Address.html +++ b/docs/api/ToSic.Razor.Html5.Address.html @@ -582,6 +582,9 @@
Inherited Members
TagBase.TagName
+
+ TagBase.TagOptions +
TagBase.ToString()
@@ -631,7 +634,7 @@

Implements

Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Area.html b/docs/api/ToSic.Razor.Html5.Area.html index d0894bbc..cc7967f1 100644 --- a/docs/api/ToSic.Razor.Html5.Area.html +++ b/docs/api/ToSic.Razor.Html5.Area.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Article.html b/docs/api/ToSic.Razor.Html5.Article.html index ae8bffea..20451b55 100644 --- a/docs/api/ToSic.Razor.Html5.Article.html +++ b/docs/api/ToSic.Razor.Html5.Article.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Aside.html b/docs/api/ToSic.Razor.Html5.Aside.html index 3f68d527..99f7b288 100644 --- a/docs/api/ToSic.Razor.Html5.Aside.html +++ b/docs/api/ToSic.Razor.Html5.Aside.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Audio.html b/docs/api/ToSic.Razor.Html5.Audio.html index ebdc667c..ee1d2398 100644 --- a/docs/api/ToSic.Razor.Html5.Audio.html +++ b/docs/api/ToSic.Razor.Html5.Audio.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Autoplay()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Autoplay(String)

    @@ -694,7 +697,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Controls()

    @@ -726,7 +729,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Controls(String)

    @@ -777,7 +780,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Loop()

    @@ -809,7 +812,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Loop(String)

    @@ -860,7 +863,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Muted()

    @@ -892,7 +895,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Muted(String)

    @@ -943,7 +946,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Preload(String)

    @@ -994,7 +997,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Src(String)

    @@ -1068,7 +1071,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.B.html b/docs/api/ToSic.Razor.Html5.B.html index b23c5e80..1dbe1773 100644 --- a/docs/api/ToSic.Razor.Html5.B.html +++ b/docs/api/ToSic.Razor.Html5.B.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Base.html b/docs/api/ToSic.Razor.Html5.Base.html index a508c715..3aa6e133 100644 --- a/docs/api/ToSic.Razor.Html5.Base.html +++ b/docs/api/ToSic.Razor.Html5.Base.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Href(String)

    @@ -663,7 +666,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Target(String)

    @@ -736,7 +739,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Bdi.html b/docs/api/ToSic.Razor.Html5.Bdi.html index c5aa1de4..4d81fc34 100644 --- a/docs/api/ToSic.Razor.Html5.Bdi.html +++ b/docs/api/ToSic.Razor.Html5.Bdi.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Bdo.html b/docs/api/ToSic.Razor.Html5.Bdo.html index 3f1fd6be..3a764b54 100644 --- a/docs/api/ToSic.Razor.Html5.Bdo.html +++ b/docs/api/ToSic.Razor.Html5.Bdo.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Dir(String)

    diff --git a/docs/api/ToSic.Razor.Html5.Blockquote.html b/docs/api/ToSic.Razor.Html5.Blockquote.html index 728e3b43..f4586971 100644 --- a/docs/api/ToSic.Razor.Html5.Blockquote.html +++ b/docs/api/ToSic.Razor.Html5.Blockquote.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Cite(String)

    @@ -684,7 +687,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Br.html b/docs/api/ToSic.Razor.Html5.Br.html index 753efe12..aa7011a3 100644 --- a/docs/api/ToSic.Razor.Html5.Br.html +++ b/docs/api/ToSic.Razor.Html5.Br.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Button.html b/docs/api/ToSic.Razor.Html5.Button.html index 645f0d70..bd28eeb2 100644 --- a/docs/api/ToSic.Razor.Html5.Button.html +++ b/docs/api/ToSic.Razor.Html5.Button.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Autofocus()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Autofocus(String)

    @@ -694,7 +697,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Disabled()

    @@ -726,7 +729,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Disabled(String)

    @@ -777,7 +780,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Form(String)

    @@ -828,7 +831,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formaction(String)

    @@ -879,7 +882,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formenctype(String)

    @@ -930,7 +933,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formmethod(String)

    @@ -981,7 +984,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formnovalidate()

    @@ -1013,7 +1016,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formnovalidate(String)

    @@ -1064,7 +1067,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formtarget(String)

    @@ -1115,7 +1118,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Name(String)

    @@ -1166,7 +1169,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Type(String)

    @@ -1217,7 +1220,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Value(String)

    @@ -1290,7 +1293,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Canvas.html b/docs/api/ToSic.Razor.Html5.Canvas.html index 84ef723d..97f1dfb8 100644 --- a/docs/api/ToSic.Razor.Html5.Canvas.html +++ b/docs/api/ToSic.Razor.Html5.Canvas.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Height(Int32)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Height(String)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(Int32)

    @@ -764,7 +767,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(String)

    @@ -837,7 +840,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Caption.html b/docs/api/ToSic.Razor.Html5.Caption.html index 7d387073..3c053cb7 100644 --- a/docs/api/ToSic.Razor.Html5.Caption.html +++ b/docs/api/ToSic.Razor.Html5.Caption.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Cite.html b/docs/api/ToSic.Razor.Html5.Cite.html index a6dee947..b572a14b 100644 --- a/docs/api/ToSic.Razor.Html5.Cite.html +++ b/docs/api/ToSic.Razor.Html5.Cite.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Code.html b/docs/api/ToSic.Razor.Html5.Code.html index 2af88cdf..52adb80e 100644 --- a/docs/api/ToSic.Razor.Html5.Code.html +++ b/docs/api/ToSic.Razor.Html5.Code.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Col.html b/docs/api/ToSic.Razor.Html5.Col.html index d631d572..748e145f 100644 --- a/docs/api/ToSic.Razor.Html5.Col.html +++ b/docs/api/ToSic.Razor.Html5.Col.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Span(Int32)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Span(String)

    @@ -735,7 +738,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Colgroup.html b/docs/api/ToSic.Razor.Html5.Colgroup.html index 77910905..8511b51c 100644 --- a/docs/api/ToSic.Razor.Html5.Colgroup.html +++ b/docs/api/ToSic.Razor.Html5.Colgroup.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Span(Int32)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Span(String)

    @@ -735,7 +738,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Comment.html b/docs/api/ToSic.Razor.Html5.Comment.html index f64b610a..434d07cf 100644 --- a/docs/api/ToSic.Razor.Html5.Comment.html +++ b/docs/api/ToSic.Razor.Html5.Comment.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    diff --git a/docs/api/ToSic.Razor.Html5.Data.html b/docs/api/ToSic.Razor.Html5.Data.html index e080bea2..9d66211d 100644 --- a/docs/api/ToSic.Razor.Html5.Data.html +++ b/docs/api/ToSic.Razor.Html5.Data.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Open()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Open(String)

    @@ -716,7 +719,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Datalist.html b/docs/api/ToSic.Razor.Html5.Datalist.html index 5c3c9d75..4be16c68 100644 --- a/docs/api/ToSic.Razor.Html5.Datalist.html +++ b/docs/api/ToSic.Razor.Html5.Datalist.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Dd.html b/docs/api/ToSic.Razor.Html5.Dd.html index 563b077a..2770de2c 100644 --- a/docs/api/ToSic.Razor.Html5.Dd.html +++ b/docs/api/ToSic.Razor.Html5.Dd.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Del.html b/docs/api/ToSic.Razor.Html5.Del.html index e6fecac5..c75e1443 100644 --- a/docs/api/ToSic.Razor.Html5.Del.html +++ b/docs/api/ToSic.Razor.Html5.Del.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Cite(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Datetime(DateTime)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Datetime(String)

    @@ -786,7 +789,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Details.html b/docs/api/ToSic.Razor.Html5.Details.html index fbbf20c8..17c6a245 100644 --- a/docs/api/ToSic.Razor.Html5.Details.html +++ b/docs/api/ToSic.Razor.Html5.Details.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Open()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Open(String)

    @@ -716,7 +719,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Dfn.html b/docs/api/ToSic.Razor.Html5.Dfn.html index ced389f8..4c7b16c3 100644 --- a/docs/api/ToSic.Razor.Html5.Dfn.html +++ b/docs/api/ToSic.Razor.Html5.Dfn.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Dialog.html b/docs/api/ToSic.Razor.Html5.Dialog.html index 9a4bd096..444799f6 100644 --- a/docs/api/ToSic.Razor.Html5.Dialog.html +++ b/docs/api/ToSic.Razor.Html5.Dialog.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Open()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Open(String)

    @@ -716,7 +719,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Div.html b/docs/api/ToSic.Razor.Html5.Div.html index 0517b07a..d5d15cb1 100644 --- a/docs/api/ToSic.Razor.Html5.Div.html +++ b/docs/api/ToSic.Razor.Html5.Div.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Dl.html b/docs/api/ToSic.Razor.Html5.Dl.html index 1a7499af..850e4428 100644 --- a/docs/api/ToSic.Razor.Html5.Dl.html +++ b/docs/api/ToSic.Razor.Html5.Dl.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Dt.html b/docs/api/ToSic.Razor.Html5.Dt.html index f7afa368..7a3dca46 100644 --- a/docs/api/ToSic.Razor.Html5.Dt.html +++ b/docs/api/ToSic.Razor.Html5.Dt.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Em.html b/docs/api/ToSic.Razor.Html5.Em.html index cd748c31..09f7e204 100644 --- a/docs/api/ToSic.Razor.Html5.Em.html +++ b/docs/api/ToSic.Razor.Html5.Em.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Embed.html b/docs/api/ToSic.Razor.Html5.Embed.html index 4e3b6beb..5ded11a4 100644 --- a/docs/api/ToSic.Razor.Html5.Embed.html +++ b/docs/api/ToSic.Razor.Html5.Embed.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Height(Int32)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Height(String)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Src(String)

    @@ -765,7 +768,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Type(String)

    @@ -816,7 +819,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(Int32)

    @@ -867,7 +870,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(String)

    @@ -940,7 +943,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Fieldset.html b/docs/api/ToSic.Razor.Html5.Fieldset.html index da274a37..32cb537b 100644 --- a/docs/api/ToSic.Razor.Html5.Fieldset.html +++ b/docs/api/ToSic.Razor.Html5.Fieldset.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Disabled()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Disabled(String)

    @@ -694,7 +697,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Form(String)

    @@ -745,7 +748,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Name(String)

    @@ -818,7 +821,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Figcaption.html b/docs/api/ToSic.Razor.Html5.Figcaption.html index 9c6854a1..5bdd9571 100644 --- a/docs/api/ToSic.Razor.Html5.Figcaption.html +++ b/docs/api/ToSic.Razor.Html5.Figcaption.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Figure.html b/docs/api/ToSic.Razor.Html5.Figure.html index 74210780..06e03a5c 100644 --- a/docs/api/ToSic.Razor.Html5.Figure.html +++ b/docs/api/ToSic.Razor.Html5.Figure.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Footer.html b/docs/api/ToSic.Razor.Html5.Footer.html index edd8b463..a4fe551d 100644 --- a/docs/api/ToSic.Razor.Html5.Footer.html +++ b/docs/api/ToSic.Razor.Html5.Footer.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Form.html b/docs/api/ToSic.Razor.Html5.Form.html index 66451f39..603624f4 100644 --- a/docs/api/ToSic.Razor.Html5.Form.html +++ b/docs/api/ToSic.Razor.Html5.Form.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    AcceptCharset(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Action(String)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Autocomplete(String)

    @@ -764,7 +767,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Enctype(String)

    @@ -815,7 +818,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Method(String)

    @@ -866,7 +869,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Name(String)

    @@ -917,7 +920,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Novalidate()

    @@ -949,7 +952,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Novalidate(String)

    @@ -1000,7 +1003,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Target(String)

    @@ -1073,7 +1076,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.H1.html b/docs/api/ToSic.Razor.Html5.H1.html index a4eca3e8..5971c5d4 100644 --- a/docs/api/ToSic.Razor.Html5.H1.html +++ b/docs/api/ToSic.Razor.Html5.H1.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.H2.html b/docs/api/ToSic.Razor.Html5.H2.html index 8a5e34d5..644d667f 100644 --- a/docs/api/ToSic.Razor.Html5.H2.html +++ b/docs/api/ToSic.Razor.Html5.H2.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.H3.html b/docs/api/ToSic.Razor.Html5.H3.html index da9bf10a..e5ee4fb7 100644 --- a/docs/api/ToSic.Razor.Html5.H3.html +++ b/docs/api/ToSic.Razor.Html5.H3.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.H4.html b/docs/api/ToSic.Razor.Html5.H4.html index 19bab00e..72c171c4 100644 --- a/docs/api/ToSic.Razor.Html5.H4.html +++ b/docs/api/ToSic.Razor.Html5.H4.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.H5.html b/docs/api/ToSic.Razor.Html5.H5.html index 56f33911..73dcb8da 100644 --- a/docs/api/ToSic.Razor.Html5.H5.html +++ b/docs/api/ToSic.Razor.Html5.H5.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.H6.html b/docs/api/ToSic.Razor.Html5.H6.html index cc4fa4f6..d4013b43 100644 --- a/docs/api/ToSic.Razor.Html5.H6.html +++ b/docs/api/ToSic.Razor.Html5.H6.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Head.html b/docs/api/ToSic.Razor.Html5.Head.html index 3c644772..4908b6ce 100644 --- a/docs/api/ToSic.Razor.Html5.Head.html +++ b/docs/api/ToSic.Razor.Html5.Head.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Header.html b/docs/api/ToSic.Razor.Html5.Header.html index 3c38867d..767efa02 100644 --- a/docs/api/ToSic.Razor.Html5.Header.html +++ b/docs/api/ToSic.Razor.Html5.Header.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Hr.html b/docs/api/ToSic.Razor.Html5.Hr.html index 6f3a8ec5..abc364fc 100644 --- a/docs/api/ToSic.Razor.Html5.Hr.html +++ b/docs/api/ToSic.Razor.Html5.Hr.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.I.html b/docs/api/ToSic.Razor.Html5.I.html index 60f1d595..a08c43e7 100644 --- a/docs/api/ToSic.Razor.Html5.I.html +++ b/docs/api/ToSic.Razor.Html5.I.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Icon.html b/docs/api/ToSic.Razor.Html5.Icon.html index 7d374d88..861edf96 100644 --- a/docs/api/ToSic.Razor.Html5.Icon.html +++ b/docs/api/ToSic.Razor.Html5.Icon.html @@ -601,6 +601,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -630,7 +633,7 @@

    Constructors Improve this Doc - View Source + View Source

    Icon(String, String, Int32, String)

    @@ -684,7 +687,7 @@

    Fields Improve this Doc - View Source + View Source

    RelApple

    @@ -713,7 +716,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    RelIcon

    @@ -742,7 +745,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    RelShortcut

    @@ -771,7 +774,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    RootFavicon

    @@ -800,7 +803,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    SizeUndefined

    @@ -831,7 +834,7 @@

    Methods Improve this Doc - View Source + View Source

    Sizes(String)

    @@ -901,7 +904,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Iframe.html b/docs/api/ToSic.Razor.Html5.Iframe.html index e0c4391d..cde6a2bb 100644 --- a/docs/api/ToSic.Razor.Html5.Iframe.html +++ b/docs/api/ToSic.Razor.Html5.Iframe.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Height(Int32)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Height(String)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Name(String)

    @@ -764,7 +767,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Sandbox(String)

    @@ -815,7 +818,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Src(String)

    @@ -867,7 +870,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Srcdoc(String)

    @@ -918,7 +921,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(Int32)

    @@ -969,7 +972,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(String)

    diff --git a/docs/api/ToSic.Razor.Html5.Img.html b/docs/api/ToSic.Razor.Html5.Img.html index 9215f5b1..d7a64b37 100644 --- a/docs/api/ToSic.Razor.Html5.Img.html +++ b/docs/api/ToSic.Razor.Html5.Img.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Alt(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Crossorigin(String)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Height(Int32)

    @@ -764,7 +767,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Height(String)

    @@ -815,7 +818,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Longdesc(String)

    @@ -866,7 +869,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Sizes(String)

    @@ -917,7 +920,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Src(String)

    @@ -969,7 +972,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Srcset(String)

    @@ -1021,7 +1024,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Srcset(String, Int32)

    @@ -1078,7 +1081,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Usemap(String)

    @@ -1129,7 +1132,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(Int32)

    @@ -1180,7 +1183,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(String)

    diff --git a/docs/api/ToSic.Razor.Html5.Input.html b/docs/api/ToSic.Razor.Html5.Input.html index b4641e04..fc5a26da 100644 --- a/docs/api/ToSic.Razor.Html5.Input.html +++ b/docs/api/ToSic.Razor.Html5.Input.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Accept(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Alt(String)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Autocomplete(String)

    @@ -764,7 +767,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Autofocus()

    @@ -796,7 +799,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Autofocus(String)

    @@ -847,7 +850,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Checked()

    @@ -879,7 +882,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Checked(String)

    @@ -930,7 +933,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Dirname(String)

    @@ -981,7 +984,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Disabled()

    @@ -1013,7 +1016,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Disabled(String)

    @@ -1064,7 +1067,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Form(String)

    @@ -1115,7 +1118,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formaction(String)

    @@ -1166,7 +1169,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formenctype(String)

    @@ -1217,7 +1220,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formmethod(String)

    @@ -1268,7 +1271,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formnovalidate()

    @@ -1300,7 +1303,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formnovalidate(String)

    @@ -1351,7 +1354,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Formtarget(String)

    @@ -1402,7 +1405,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Height(String)

    @@ -1453,7 +1456,7 @@
    Returns
    Improve this Doc - View Source + View Source

    List(String)

    @@ -1504,7 +1507,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Max(String)

    @@ -1555,7 +1558,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Maxlength(String)

    @@ -1606,7 +1609,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Min(String)

    @@ -1657,7 +1660,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Multiple()

    @@ -1689,7 +1692,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Multiple(String)

    @@ -1740,7 +1743,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Name(String)

    @@ -1791,7 +1794,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Pattern(String)

    @@ -1842,7 +1845,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Placeholder(String)

    @@ -1893,7 +1896,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Readonly()

    @@ -1925,7 +1928,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Readonly(String)

    @@ -1976,7 +1979,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Required()

    @@ -2008,7 +2011,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Required(String)

    @@ -2059,7 +2062,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Size(String)

    @@ -2110,7 +2113,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Src(String)

    @@ -2162,7 +2165,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Step(String)

    @@ -2213,7 +2216,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Type(String)

    @@ -2264,7 +2267,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Value(String)

    @@ -2315,7 +2318,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(String)

    @@ -2388,7 +2391,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Ins.html b/docs/api/ToSic.Razor.Html5.Ins.html index 65ae52d4..de1b5f8f 100644 --- a/docs/api/ToSic.Razor.Html5.Ins.html +++ b/docs/api/ToSic.Razor.Html5.Ins.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Cite(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Datetime(DateTime)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Datetime(String)

    @@ -786,7 +789,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Kbd.html b/docs/api/ToSic.Razor.Html5.Kbd.html index b704e368..40a8cf4f 100644 --- a/docs/api/ToSic.Razor.Html5.Kbd.html +++ b/docs/api/ToSic.Razor.Html5.Kbd.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Label.html b/docs/api/ToSic.Razor.Html5.Label.html index fd5f47cb..87df3c68 100644 --- a/docs/api/ToSic.Razor.Html5.Label.html +++ b/docs/api/ToSic.Razor.Html5.Label.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    For(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Form(String)

    @@ -735,7 +738,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Legend.html b/docs/api/ToSic.Razor.Html5.Legend.html index 01fdfb67..13669707 100644 --- a/docs/api/ToSic.Razor.Html5.Legend.html +++ b/docs/api/ToSic.Razor.Html5.Legend.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Li.html b/docs/api/ToSic.Razor.Html5.Li.html index a52e72ce..765056e4 100644 --- a/docs/api/ToSic.Razor.Html5.Li.html +++ b/docs/api/ToSic.Razor.Html5.Li.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Link.html b/docs/api/ToSic.Razor.Html5.Link.html index c2f7dfd2..e6f928e7 100644 --- a/docs/api/ToSic.Razor.Html5.Link.html +++ b/docs/api/ToSic.Razor.Html5.Link.html @@ -583,6 +583,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -612,7 +615,7 @@

    Constructors Improve this Doc - View Source + View Source

    @@ -652,7 +655,7 @@

    Methods Improve this Doc - View Source + View Source

    @@ -703,7 +706,7 @@
    Returns
    Improve this Doc - View Source + View Source @@ -755,7 +758,7 @@
    Returns
    Improve this Doc - View Source + View Source @@ -806,7 +809,7 @@
    Returns
    Improve this Doc - View Source + View Source @@ -857,7 +860,7 @@
    Returns
    Improve this Doc - View Source + View Source @@ -908,7 +911,7 @@
    Returns
    Improve this Doc - View Source + View Source @@ -981,7 +984,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Main.html b/docs/api/ToSic.Razor.Html5.Main.html index 1baadc77..98b4f6f4 100644 --- a/docs/api/ToSic.Razor.Html5.Main.html +++ b/docs/api/ToSic.Razor.Html5.Main.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Map.html b/docs/api/ToSic.Razor.Html5.Map.html index 36c75abe..1ca792b3 100644 --- a/docs/api/ToSic.Razor.Html5.Map.html +++ b/docs/api/ToSic.Razor.Html5.Map.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Name(String)

    @@ -684,7 +687,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Mark.html b/docs/api/ToSic.Razor.Html5.Mark.html index 7bf8f562..7a864a57 100644 --- a/docs/api/ToSic.Razor.Html5.Mark.html +++ b/docs/api/ToSic.Razor.Html5.Mark.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Meta.html b/docs/api/ToSic.Razor.Html5.Meta.html index 06294b90..1be87c17 100644 --- a/docs/api/ToSic.Razor.Html5.Meta.html +++ b/docs/api/ToSic.Razor.Html5.Meta.html @@ -583,6 +583,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -652,7 +655,7 @@

    Methods Improve this Doc - View Source + View Source

    Charset(String)

    @@ -703,7 +706,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Content(String)

    @@ -754,7 +757,7 @@
    Returns
    Improve this Doc - View Source + View Source

    HttpEquiv(String)

    @@ -805,7 +808,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Name(String)

    diff --git a/docs/api/ToSic.Razor.Html5.MetaOg.html b/docs/api/ToSic.Razor.Html5.MetaOg.html index e4c0e1aa..e6c133a1 100644 --- a/docs/api/ToSic.Razor.Html5.MetaOg.html +++ b/docs/api/ToSic.Razor.Html5.MetaOg.html @@ -591,6 +591,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    diff --git a/docs/api/ToSic.Razor.Html5.Meter.html b/docs/api/ToSic.Razor.Html5.Meter.html index f3ddf944..2f241ea3 100644 --- a/docs/api/ToSic.Razor.Html5.Meter.html +++ b/docs/api/ToSic.Razor.Html5.Meter.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Form(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    High(String)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Low(String)

    @@ -764,7 +767,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Max(String)

    @@ -815,7 +818,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Min(String)

    @@ -866,7 +869,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Optimum(String)

    @@ -917,7 +920,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Value(String)

    @@ -990,7 +993,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Nav.html b/docs/api/ToSic.Razor.Html5.Nav.html index 0ec7ef9e..06a4cfbb 100644 --- a/docs/api/ToSic.Razor.Html5.Nav.html +++ b/docs/api/ToSic.Razor.Html5.Nav.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Noscript.html b/docs/api/ToSic.Razor.Html5.Noscript.html index 89cd0502..ea76a89e 100644 --- a/docs/api/ToSic.Razor.Html5.Noscript.html +++ b/docs/api/ToSic.Razor.Html5.Noscript.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Object.html b/docs/api/ToSic.Razor.Html5.Object.html index 8a370bac..51141c4f 100644 --- a/docs/api/ToSic.Razor.Html5.Object.html +++ b/docs/api/ToSic.Razor.Html5.Object.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Data(String)

    @@ -663,7 +666,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Form(String)

    @@ -714,7 +717,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Height(Int32)

    @@ -765,7 +768,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Height(String)

    @@ -816,7 +819,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Name(String)

    @@ -867,7 +870,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Type(String)

    @@ -918,7 +921,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Usemap(String)

    @@ -969,7 +972,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(Int32)

    @@ -1020,7 +1023,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(String)

    @@ -1093,7 +1096,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Ol.html b/docs/api/ToSic.Razor.Html5.Ol.html index 58d4c775..08357bcf 100644 --- a/docs/api/ToSic.Razor.Html5.Ol.html +++ b/docs/api/ToSic.Razor.Html5.Ol.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Optgroup.html b/docs/api/ToSic.Razor.Html5.Optgroup.html index b5331a78..aff52adc 100644 --- a/docs/api/ToSic.Razor.Html5.Optgroup.html +++ b/docs/api/ToSic.Razor.Html5.Optgroup.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Disabled()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Disabled(String)

    @@ -694,7 +697,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Label(String)

    @@ -767,7 +770,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Option.html b/docs/api/ToSic.Razor.Html5.Option.html index 990a98a8..650244dc 100644 --- a/docs/api/ToSic.Razor.Html5.Option.html +++ b/docs/api/ToSic.Razor.Html5.Option.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Disabled()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Disabled(String)

    @@ -694,7 +697,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Label(String)

    @@ -745,7 +748,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Selected()

    @@ -777,7 +780,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Selected(String)

    @@ -828,7 +831,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Value(String)

    @@ -901,7 +904,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Output.html b/docs/api/ToSic.Razor.Html5.Output.html index a33f79a2..0e48a604 100644 --- a/docs/api/ToSic.Razor.Html5.Output.html +++ b/docs/api/ToSic.Razor.Html5.Output.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    For(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Form(String)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Name(String)

    @@ -786,7 +789,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.P.html b/docs/api/ToSic.Razor.Html5.P.html index 0f32dcb7..65af15c9 100644 --- a/docs/api/ToSic.Razor.Html5.P.html +++ b/docs/api/ToSic.Razor.Html5.P.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Param.html b/docs/api/ToSic.Razor.Html5.Param.html index d46c3263..fc0de068 100644 --- a/docs/api/ToSic.Razor.Html5.Param.html +++ b/docs/api/ToSic.Razor.Html5.Param.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Name(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Value(String)

    @@ -735,7 +738,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Picture.html b/docs/api/ToSic.Razor.Html5.Picture.html index 4f1a17b3..12fc03c1 100644 --- a/docs/api/ToSic.Razor.Html5.Picture.html +++ b/docs/api/ToSic.Razor.Html5.Picture.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Pre.html b/docs/api/ToSic.Razor.Html5.Pre.html index 79748b8c..bc46117a 100644 --- a/docs/api/ToSic.Razor.Html5.Pre.html +++ b/docs/api/ToSic.Razor.Html5.Pre.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Progress.html b/docs/api/ToSic.Razor.Html5.Progress.html index 2e5d2373..eb090e79 100644 --- a/docs/api/ToSic.Razor.Html5.Progress.html +++ b/docs/api/ToSic.Razor.Html5.Progress.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Max(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Value(String)

    @@ -735,7 +738,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Q.html b/docs/api/ToSic.Razor.Html5.Q.html index ef8ef0f9..c556d02a 100644 --- a/docs/api/ToSic.Razor.Html5.Q.html +++ b/docs/api/ToSic.Razor.Html5.Q.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Cite(String)

    @@ -684,7 +687,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Rp.html b/docs/api/ToSic.Razor.Html5.Rp.html index f273edf5..91faf357 100644 --- a/docs/api/ToSic.Razor.Html5.Rp.html +++ b/docs/api/ToSic.Razor.Html5.Rp.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Rt.html b/docs/api/ToSic.Razor.Html5.Rt.html index 96089d4c..8e468762 100644 --- a/docs/api/ToSic.Razor.Html5.Rt.html +++ b/docs/api/ToSic.Razor.Html5.Rt.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Ruby.html b/docs/api/ToSic.Razor.Html5.Ruby.html index 37718daf..351c3de8 100644 --- a/docs/api/ToSic.Razor.Html5.Ruby.html +++ b/docs/api/ToSic.Razor.Html5.Ruby.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.S.html b/docs/api/ToSic.Razor.Html5.S.html index 6262b8ac..faf80692 100644 --- a/docs/api/ToSic.Razor.Html5.S.html +++ b/docs/api/ToSic.Razor.Html5.S.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Samp.html b/docs/api/ToSic.Razor.Html5.Samp.html index f76ceaf2..29f445a1 100644 --- a/docs/api/ToSic.Razor.Html5.Samp.html +++ b/docs/api/ToSic.Razor.Html5.Samp.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Script.html b/docs/api/ToSic.Razor.Html5.Script.html index c6094f06..f89472a1 100644 --- a/docs/api/ToSic.Razor.Html5.Script.html +++ b/docs/api/ToSic.Razor.Html5.Script.html @@ -583,6 +583,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -684,7 +687,7 @@

    Methods Improve this Doc - View Source + View Source

    Async()

    @@ -716,7 +719,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Async(String)

    @@ -767,7 +770,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Charset(String)

    @@ -818,7 +821,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Defer()

    @@ -850,7 +853,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Defer(String)

    @@ -901,7 +904,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Src(String)

    @@ -953,7 +956,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Type(String)

    diff --git a/docs/api/ToSic.Razor.Html5.ScriptJsonLd.html b/docs/api/ToSic.Razor.Html5.ScriptJsonLd.html index 1ceac9b6..a11ca6fb 100644 --- a/docs/api/ToSic.Razor.Html5.ScriptJsonLd.html +++ b/docs/api/ToSic.Razor.Html5.ScriptJsonLd.html @@ -604,6 +604,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    diff --git a/docs/api/ToSic.Razor.Html5.Section.html b/docs/api/ToSic.Razor.Html5.Section.html index aeff5d47..35c733c9 100644 --- a/docs/api/ToSic.Razor.Html5.Section.html +++ b/docs/api/ToSic.Razor.Html5.Section.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Select.html b/docs/api/ToSic.Razor.Html5.Select.html index aa04133a..703a5dcb 100644 --- a/docs/api/ToSic.Razor.Html5.Select.html +++ b/docs/api/ToSic.Razor.Html5.Select.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Autofocus()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Autofocus(String)

    @@ -694,7 +697,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Disabled()

    @@ -726,7 +729,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Disabled(String)

    @@ -777,7 +780,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Form(String)

    @@ -828,7 +831,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Multiple()

    @@ -860,7 +863,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Multiple(String)

    @@ -911,7 +914,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Name(String)

    @@ -962,7 +965,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Required()

    @@ -994,7 +997,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Required(String)

    @@ -1045,7 +1048,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Size(String)

    @@ -1118,7 +1121,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Small.html b/docs/api/ToSic.Razor.Html5.Small.html index ef4f5cd4..d718328c 100644 --- a/docs/api/ToSic.Razor.Html5.Small.html +++ b/docs/api/ToSic.Razor.Html5.Small.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Source.html b/docs/api/ToSic.Razor.Html5.Source.html index 6fb4dbca..0f545f5a 100644 --- a/docs/api/ToSic.Razor.Html5.Source.html +++ b/docs/api/ToSic.Razor.Html5.Source.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Media(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Sizes(String)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Src(String)

    @@ -765,7 +768,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Srcset(String)

    @@ -817,7 +820,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Srcset(String, Int32)

    @@ -874,7 +877,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Type(String)

    @@ -947,7 +950,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Span.html b/docs/api/ToSic.Razor.Html5.Span.html index 3b7cca34..6415ad82 100644 --- a/docs/api/ToSic.Razor.Html5.Span.html +++ b/docs/api/ToSic.Razor.Html5.Span.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Strong.html b/docs/api/ToSic.Razor.Html5.Strong.html index 439634f0..353da31a 100644 --- a/docs/api/ToSic.Razor.Html5.Strong.html +++ b/docs/api/ToSic.Razor.Html5.Strong.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Style.html b/docs/api/ToSic.Razor.Html5.Style.html index cbdc1fa0..06fffeb6 100644 --- a/docs/api/ToSic.Razor.Html5.Style.html +++ b/docs/api/ToSic.Razor.Html5.Style.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Media(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Type(String)

    @@ -735,7 +738,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Sub.html b/docs/api/ToSic.Razor.Html5.Sub.html index 30cc0ab2..2b27fcc6 100644 --- a/docs/api/ToSic.Razor.Html5.Sub.html +++ b/docs/api/ToSic.Razor.Html5.Sub.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Summary.html b/docs/api/ToSic.Razor.Html5.Summary.html index ebb9c08d..bcba0f09 100644 --- a/docs/api/ToSic.Razor.Html5.Summary.html +++ b/docs/api/ToSic.Razor.Html5.Summary.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Sup.html b/docs/api/ToSic.Razor.Html5.Sup.html index 83375e80..f5008620 100644 --- a/docs/api/ToSic.Razor.Html5.Sup.html +++ b/docs/api/ToSic.Razor.Html5.Sup.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Svg.html b/docs/api/ToSic.Razor.Html5.Svg.html index 4cae8234..b5cf21f6 100644 --- a/docs/api/ToSic.Razor.Html5.Svg.html +++ b/docs/api/ToSic.Razor.Html5.Svg.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Height(Int32)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Height(String)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(Int32)

    @@ -764,7 +767,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(String)

    @@ -837,7 +840,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Table.html b/docs/api/ToSic.Razor.Html5.Table.html index b9512c7e..e233af16 100644 --- a/docs/api/ToSic.Razor.Html5.Table.html +++ b/docs/api/ToSic.Razor.Html5.Table.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Tbody.html b/docs/api/ToSic.Razor.Html5.Tbody.html index 8eedcdc3..b503f05c 100644 --- a/docs/api/ToSic.Razor.Html5.Tbody.html +++ b/docs/api/ToSic.Razor.Html5.Tbody.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Td.html b/docs/api/ToSic.Razor.Html5.Td.html index 4f1898e5..c04982d5 100644 --- a/docs/api/ToSic.Razor.Html5.Td.html +++ b/docs/api/ToSic.Razor.Html5.Td.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Colspan(Int32)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Colspan(String)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Headers(String)

    @@ -764,7 +767,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Rowspan(Int32)

    @@ -815,7 +818,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Rowspan(String)

    @@ -888,7 +891,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Template.html b/docs/api/ToSic.Razor.Html5.Template.html index e34ad842..71680b70 100644 --- a/docs/api/ToSic.Razor.Html5.Template.html +++ b/docs/api/ToSic.Razor.Html5.Template.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Textarea.html b/docs/api/ToSic.Razor.Html5.Textarea.html index 6aec3158..a08ecfa5 100644 --- a/docs/api/ToSic.Razor.Html5.Textarea.html +++ b/docs/api/ToSic.Razor.Html5.Textarea.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Autofocus()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Autofocus(String)

    @@ -694,7 +697,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Cols(String)

    @@ -745,7 +748,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Dirname(String)

    @@ -796,7 +799,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Disabled()

    @@ -828,7 +831,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Disabled(String)

    @@ -879,7 +882,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Form(String)

    @@ -930,7 +933,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Maxlength(String)

    @@ -981,7 +984,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Name(String)

    @@ -1032,7 +1035,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Placeholder(String)

    @@ -1083,7 +1086,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Readonly()

    @@ -1115,7 +1118,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Readonly(String)

    @@ -1166,7 +1169,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Required()

    @@ -1198,7 +1201,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Required(String)

    @@ -1249,7 +1252,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Rows(String)

    @@ -1300,7 +1303,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Wrap(String)

    @@ -1373,7 +1376,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Tfoot.html b/docs/api/ToSic.Razor.Html5.Tfoot.html index 7eb8d29d..c2f46a7a 100644 --- a/docs/api/ToSic.Razor.Html5.Tfoot.html +++ b/docs/api/ToSic.Razor.Html5.Tfoot.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Th.html b/docs/api/ToSic.Razor.Html5.Th.html index e085b8f1..ae669c23 100644 --- a/docs/api/ToSic.Razor.Html5.Th.html +++ b/docs/api/ToSic.Razor.Html5.Th.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Abbr(String)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Colspan(Int32)

    @@ -713,7 +716,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Colspan(String)

    @@ -764,7 +767,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Headers(String)

    @@ -815,7 +818,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Rowspan(Int32)

    @@ -866,7 +869,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Rowspan(String)

    @@ -917,7 +920,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Scope(String)

    @@ -968,7 +971,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Sorted(String)

    @@ -1041,7 +1044,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Thead.html b/docs/api/ToSic.Razor.Html5.Thead.html index 5cc42922..d452ebd2 100644 --- a/docs/api/ToSic.Razor.Html5.Thead.html +++ b/docs/api/ToSic.Razor.Html5.Thead.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Time.html b/docs/api/ToSic.Razor.Html5.Time.html index d6e92c2b..ffea30ad 100644 --- a/docs/api/ToSic.Razor.Html5.Time.html +++ b/docs/api/ToSic.Razor.Html5.Time.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Datetime(DateTime)

    @@ -662,7 +665,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Datetime(String)

    @@ -735,7 +738,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Tr.html b/docs/api/ToSic.Razor.Html5.Tr.html index 24da2b21..bf55e700 100644 --- a/docs/api/ToSic.Razor.Html5.Tr.html +++ b/docs/api/ToSic.Razor.Html5.Tr.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Track.html b/docs/api/ToSic.Razor.Html5.Track.html index e196b739..4f797fbe 100644 --- a/docs/api/ToSic.Razor.Html5.Track.html +++ b/docs/api/ToSic.Razor.Html5.Track.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Default()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Default(String)

    @@ -694,7 +697,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Kind(String)

    @@ -745,7 +748,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Label(String)

    @@ -796,7 +799,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Src(String)

    @@ -848,7 +851,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Srclang(String)

    @@ -921,7 +924,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.U.html b/docs/api/ToSic.Razor.Html5.U.html index 40e634a2..c7da728b 100644 --- a/docs/api/ToSic.Razor.Html5.U.html +++ b/docs/api/ToSic.Razor.Html5.U.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Ul.html b/docs/api/ToSic.Razor.Html5.Ul.html index bb16aaed..0fe07dea 100644 --- a/docs/api/ToSic.Razor.Html5.Ul.html +++ b/docs/api/ToSic.Razor.Html5.Ul.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Var.html b/docs/api/ToSic.Razor.Html5.Var.html index 1879cd5e..b6fa80fd 100644 --- a/docs/api/ToSic.Razor.Html5.Var.html +++ b/docs/api/ToSic.Razor.Html5.Var.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Video.html b/docs/api/ToSic.Razor.Html5.Video.html index c554052f..10795a77 100644 --- a/docs/api/ToSic.Razor.Html5.Video.html +++ b/docs/api/ToSic.Razor.Html5.Video.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -611,7 +614,7 @@

    Methods Improve this Doc - View Source + View Source

    Autoplay()

    @@ -643,7 +646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Autoplay(String)

    @@ -694,7 +697,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Controls()

    @@ -726,7 +729,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Controls(String)

    @@ -777,7 +780,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Height(Int32)

    @@ -828,7 +831,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Height(String)

    @@ -879,7 +882,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Loop()

    @@ -911,7 +914,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Loop(String)

    @@ -962,7 +965,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Muted()

    @@ -994,7 +997,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Muted(String)

    @@ -1045,7 +1048,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Poster(String)

    @@ -1097,7 +1100,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Preload(String)

    @@ -1148,7 +1151,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Src(String)

    @@ -1200,7 +1203,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(Int32)

    @@ -1251,7 +1254,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Width(String)

    @@ -1324,7 +1327,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Html5.Wbr.html b/docs/api/ToSic.Razor.Html5.Wbr.html index d174dc1a..407ebc57 100644 --- a/docs/api/ToSic.Razor.Html5.Wbr.html +++ b/docs/api/ToSic.Razor.Html5.Wbr.html @@ -582,6 +582,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -631,7 +634,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Markup.Attributes.html b/docs/api/ToSic.Razor.Markup.Attributes.html index 668df110..ec0b3502 100644 --- a/docs/api/ToSic.Razor.Markup.Attributes.html +++ b/docs/api/ToSic.Razor.Markup.Attributes.html @@ -541,7 +541,7 @@

    Constructors Improve this Doc - View Source + View Source

    Attributes(AttributeOptions, IEnumerable<Attribute>, IEnumerable<Attribute>)

    @@ -583,7 +583,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Attributes(Attributes, AttributeOptions)

    @@ -622,7 +622,7 @@

    Fields Improve this Doc - View Source + View Source

    Options

    Serialization options to use for all attributes, @@ -655,7 +655,7 @@

    Properties Improve this Doc - View Source + View Source

    List

    @@ -687,7 +687,7 @@

    Methods Improve this Doc - View Source + View Source

    AddUrl(String, Object, String)

    @@ -744,7 +744,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ToString()

    diff --git a/docs/api/ToSic.Razor.Markup.ITag.html b/docs/api/ToSic.Razor.Markup.ITag.html index 992d28f0..7611b187 100644 --- a/docs/api/ToSic.Razor.Markup.ITag.html +++ b/docs/api/ToSic.Razor.Markup.ITag.html @@ -538,7 +538,7 @@

    Properties Improve this Doc - View Source + View Source

    TagAttributes

    @@ -569,7 +569,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    TagChildren

    @@ -600,7 +600,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    TagEnd

    @@ -630,7 +630,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    TagName

    @@ -656,12 +656,43 @@
    Property Value
    System.Web.HtmlStringToSic.Razor.Markup.RawHtmlString
    + + | + Improve this Doc + + + View Source + + +

    TagOptions

    +

    The options which determine how the tag will be generated.

    +
    +
    +
    Declaration
    +
    +
    TagOptions TagOptions { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    TagOptions
    | Improve this Doc - View Source + View Source

    TagStart

    @@ -693,7 +724,7 @@

    Methods Improve this Doc - View Source + View Source

    ToString()

    @@ -730,7 +761,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Markup.Tag-1.html b/docs/api/ToSic.Razor.Markup.Tag-1.html index bcdb95a3..c39ba3f3 100644 --- a/docs/api/ToSic.Razor.Markup.Tag-1.html +++ b/docs/api/ToSic.Razor.Markup.Tag-1.html @@ -635,6 +635,7 @@
    Inheritance
    Video
    Wbr
    TagCustom
    +
    TagText
    Implements
    @@ -658,6 +659,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -699,18 +703,18 @@

    Constructors

    | - Improve this Doc + Improve this Doc - View Source + View Source -

    Tag(String, Object, TagOptions)

    +

    Tag(Boolean, String, TagOptions)

    Declaration
    -
    protected Tag(string name, object content, TagOptions options = null)
    +
    protected Tag(bool dummyForConstructor, string tagOverride, TagOptions options = null)
    Parameters
    @@ -723,13 +727,13 @@
    Parameters
    - - + + - - + + @@ -741,18 +745,18 @@
    Parameters
    System.StringnameSystem.BooleandummyForConstructor
    System.ObjectcontentSystem.StringtagOverride
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    Tag(String, String, TagOptions)

    +

    Tag(String, Object, TagOptions)

    Declaration
    -
    protected Tag(string name, string tagOverride, TagOptions options = null)
    +
    protected Tag(string name, object content, TagOptions options = null)
    Parameters
    @@ -770,8 +774,8 @@
    Parameters
    - - + + @@ -862,19 +866,19 @@
    Parameters
    System.StringtagOverrideSystem.Objectcontent
    | - Improve this Doc + Improve this Doc View Source -

    Tag(TagBase, CloneChanges)

    +

    Tag(Tag<T>, CloneChanges)

    Special constructor just for cloning with changes

    Declaration
    -
    protected Tag(TagBase original, CloneChanges changes)
    +
    protected Tag(Tag<T> original, CloneChanges changes)
    Parameters
    @@ -887,7 +891,7 @@
    Parameters
    - + @@ -959,11 +963,7 @@
    Returns

    AsHtmlTag()

    -

    Cast a Tag to IHtmlTag, as it will make certain changes easier to manage.

    -

    Example: You may have different code returning a span, div, whatever and need to add the link. -In this case each code would return a different object, which may make it hard to program. -So just run AsHtmlTag() so it becomes a more generic object but still has all the common Id, Class, Wrap etc.

    -
    +
    Declaration
    diff --git a/docs/api/ToSic.Razor.Markup.TagBase.html b/docs/api/ToSic.Razor.Markup.TagBase.html index 5f7f1404..1cdd52c1 100644 --- a/docs/api/ToSic.Razor.Markup.TagBase.html +++ b/docs/api/ToSic.Razor.Markup.TagBase.html @@ -525,7 +525,6 @@
    Inheritance
    ToSic.Razor.Markup.RawHtmlString
    TagBase
    -
    Implements
    @@ -547,7 +546,7 @@

    Constructors Improve this Doc - View Source + View Source

    TagBase(TagBase, String, String, TagChildren, Object[], Attributes, TagOptions)

    @@ -611,7 +610,7 @@

    Properties Improve this Doc - View Source + View Source

    IsImmutable

    @@ -712,7 +711,7 @@
    Remarks
    Improve this Doc - View Source + View Source

    TagEnd

    @@ -742,7 +741,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    TagName

    @@ -768,12 +767,44 @@
    Property Value
    TagBaseTag<T> original
    + + | + Improve this Doc + + + View Source + + +

    TagOptions

    +

    TagBase serialization options, like what quotes to use +If null (allowed), will use defaults.

    +
    +
    +
    Declaration
    +
    +
    public virtual TagOptions TagOptions { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    TagOptions
    | Improve this Doc - View Source + View Source

    TagStart

    @@ -805,7 +836,7 @@

    Methods Improve this Doc - View Source + View Source

    ApplyChanges(CloneChanges)

    @@ -837,7 +868,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    PreProcessNewChild(Object)

    @@ -884,7 +915,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ToString()

    @@ -1349,7 +1380,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Markup.TagChildren.html b/docs/api/ToSic.Razor.Markup.TagChildren.html index a22bc99b..96258d91 100644 --- a/docs/api/ToSic.Razor.Markup.TagChildren.html +++ b/docs/api/ToSic.Razor.Markup.TagChildren.html @@ -538,18 +538,18 @@

    Constructors

    | - Improve this Doc + Improve this Doc - View Source + View Source -

    TagChildren(TagBase, IEnumerable<TagBase>, IEnumerable<TagBase>)

    +

    TagChildren(TagBase, IEnumerable<IHtmlTag>, IEnumerable<IHtmlTag>)

    Declaration
    -
    public TagChildren(TagBase parent, IEnumerable<TagBase> list = null, IEnumerable<TagBase> additions = null)
    +
    public TagChildren(TagBase parent, IEnumerable<IHtmlTag> list = null, IEnumerable<IHtmlTag> additions = null)
    Parameters
    @@ -567,12 +567,12 @@
    Parameters
    - + - + @@ -583,7 +583,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    TagChildren(TagBase, Object[])

    @@ -620,7 +620,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    TagChildren(TagChildren)

    @@ -654,7 +654,7 @@

    Methods Improve this Doc - View Source + View Source

    Add(Object[])

    @@ -701,7 +701,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ToString()

    @@ -743,7 +743,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/ToSic.Razor.Markup.TagCustom.html b/docs/api/ToSic.Razor.Markup.TagCustom.html index 6d28ca2b..48ffbef9 100644 --- a/docs/api/ToSic.Razor.Markup.TagCustom.html +++ b/docs/api/ToSic.Razor.Markup.TagCustom.html @@ -583,6 +583,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    diff --git a/docs/api/ToSic.Razor.Markup.TagList.html b/docs/api/ToSic.Razor.Markup.TagList.html index 90e563ad..8d04f62a 100644 --- a/docs/api/ToSic.Razor.Markup.TagList.html +++ b/docs/api/ToSic.Razor.Markup.TagList.html @@ -583,6 +583,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    diff --git a/docs/api/ToSic.Razor.Markup.TagText.html b/docs/api/ToSic.Razor.Markup.TagText.html index acb92fd0..d7006aee 100644 --- a/docs/api/ToSic.Razor.Markup.TagText.html +++ b/docs/api/ToSic.Razor.Markup.TagText.html @@ -523,17 +523,52 @@
    Inheritance
    System.Object
    ToSic.Razor.Markup.RawHtmlString
    TagBase
    -
    TagText
    +
    Tag<TagText>
    +
    TagText
    Implements
    System.Web.IHtmlString
    +
    IHtmlTag
    ITag
    System.Collections.Generic.IEnumerable<ITag>
    System.Collections.IEnumerable
    Inherited Members
    +
    + Tag<TagText>.Attr(String, Object, String) +
    +
    + Tag<TagText>.Attr(Object) +
    +
    + Tag<TagText>.Id(String) +
    +
    + Tag<TagText>.Class(String) +
    +
    + Tag<TagText>.Style(String) +
    +
    + Tag<TagText>.Title(String) +
    +
    + Tag<TagText>.Data(String, Object) +
    +
    + Tag<TagText>.On(String, Object) +
    +
    + Tag<TagText>.Add(Object[]) +
    +
    + Tag<TagText>.Wrap(Object[]) +
    +
    + Tag<TagText>.AsHtmlTag() +
    TagBase.IsImmutable
    @@ -546,6 +581,9 @@
    Inherited Members
    TagBase.TagName
    +
    + TagBase.TagOptions +
    TagBase.ToString()
    @@ -566,7 +604,7 @@
    Namespace: T
    Assembly: ToSic.Razor.dll
    Syntax
    -
    public class TagText : TagBase, IHtmlString, ITag, IEnumerable<ITag>, IEnumerable
    +
    public class TagText : Tag<TagText>, IHtmlString, IHtmlTag, ITag, IEnumerable<ITag>, IEnumerable

    Constructors

    @@ -606,6 +644,9 @@

    Implements

    System.Web.IHtmlString
    +
    + IHtmlTag +
    ITag
    diff --git a/docs/index.json b/docs/index.json index 1a128503..68a28f7b 100644 --- a/docs/index.json +++ b/docs/index.json @@ -12,7 +12,7 @@ "api/ToSic.Razor.Blade.IHtmlTag.html": { "href": "api/ToSic.Razor.Blade.IHtmlTag.html", "title": "Interface IHtmlTag | RazorBlade 4", - "keywords": "Interface IHtmlTag Public interface for all Html5Tags Inherited Members ITag.TagAttributes ITag.TagChildren ITag.TagName ITag.ToString() ITag.TagStart ITag.TagEnd System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : ToSic.Razor.Blade Assembly : ToSic.Razor.dll Syntax public interface IHtmlTag : ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Add(Object[]) Add contents to this tag - at the end of the already added contents. If you want to replace the contents, use Wrap() instead Declaration IHtmlTag Add(params object[] children) Parameters Type Name Description System.Object [] children a variable amount of tags / strings to add to the contents of this tag Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source AsHtmlTag() Cast a Tag to IHtmlTag , as it will make certain changes easier to manage. Example: You may have different code returning a span, div, whatever and need to add the link. In this case each code would return a different object, which may make it hard to program. So just run AsHtmlTag() so it becomes a more generic object but still has all the common Id, Class, Wrap etc. Declaration IHtmlTag AsHtmlTag() Returns Type Description IHtmlTag | Improve this Doc View Source Attr(Object) Quickly add an attribute it always returns the tag itself again, allowing chaining of multiple add-calls Declaration IHtmlTag Attr(object nameWithValue) Parameters Type Name Description System.Object nameWithValue Object which can be ToString()ed Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Attr(String, Object, String) Quickly add an attribute it always returns the tag itself again, allowing chaining of multiple add-calls Declaration IHtmlTag Attr(string name, object value = null, string appendSeparator = null) Parameters Type Name Description System.String name the attribute name, or a complete value like \"name='value'\" System.Object value optional value - if the attribute already exists, it will be appended System.String appendSeparator attribute appendSeparator in case the value is appended Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Class(String) class attribute Declaration IHtmlTag Class(string value) Parameters Type Name Description System.String value Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Data(String, Object) Add a data-... attribute Declaration IHtmlTag Data(string name, object value = null) Parameters Type Name Description System.String name the term behind data-, so \"name\" becomes \"data-name\". If empty, will just create a \"data\" attribute System.Object value string or object, objects will be json serialized Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Id(String) ID - set multiple times always overwrites previous ID Declaration IHtmlTag Id(string id) Parameters Type Name Description System.String id Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source On(String, Object) Add a onEventName attribute for javascript events Declaration IHtmlTag On(string name, object value = null) Parameters Type Name Description System.String name the term behind data-, so \"name\" becomes \"data-name\" System.Object value string or object, objects will be json serialized Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Style(String) style attribute. If called multiple times, will append styles. Declaration IHtmlTag Style(string value) Parameters Type Name Description System.String value Style to add Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Title(String) title attribute Declaration IHtmlTag Title(string value) Parameters Type Name Description System.String value new title to set Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Wrap(Object[]) Wrap the tag around the new content, so this replaces all the content with what you give it Declaration IHtmlTag Wrap(params object[] content) Parameters Type Name Description System.Object [] content a variable amount of tags / strings to add to the contents of this tag Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API" + "keywords": "Interface IHtmlTag Public interface for all Html5Tags Inherited Members ITag.TagAttributes ITag.TagChildren ITag.TagOptions ITag.TagName ITag.ToString() ITag.TagStart ITag.TagEnd System.Collections.Generic.IEnumerable.GetEnumerator() Namespace : ToSic.Razor.Blade Assembly : ToSic.Razor.dll Syntax public interface IHtmlTag : ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Add(Object[]) Add contents to this tag - at the end of the already added contents. If you want to replace the contents, use Wrap() instead Declaration IHtmlTag Add(params object[] children) Parameters Type Name Description System.Object [] children a variable amount of tags / strings to add to the contents of this tag Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Attr(Object) Quickly add an attribute it always returns the tag itself again, allowing chaining of multiple add-calls Declaration IHtmlTag Attr(object nameWithValue) Parameters Type Name Description System.Object nameWithValue Object which can be ToString()ed Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Attr(String, Object, String) Quickly add an attribute it always returns the tag itself again, allowing chaining of multiple add-calls Declaration IHtmlTag Attr(string name, object value = null, string appendSeparator = null) Parameters Type Name Description System.String name the attribute name, or a complete value like \"name='value'\" System.Object value optional value - if the attribute already exists, it will be appended System.String appendSeparator attribute appendSeparator in case the value is appended Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Class(String) class attribute Declaration IHtmlTag Class(string value) Parameters Type Name Description System.String value Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Data(String, Object) Add a data-... attribute Declaration IHtmlTag Data(string name, object value = null) Parameters Type Name Description System.String name the term behind data-, so \"name\" becomes \"data-name\". If empty, will just create a \"data\" attribute System.Object value string or object, objects will be json serialized Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Id(String) ID - set multiple times always overwrites previous ID Declaration IHtmlTag Id(string id) Parameters Type Name Description System.String id Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source On(String, Object) Add a onEventName attribute for javascript events Declaration IHtmlTag On(string name, object value = null) Parameters Type Name Description System.String name the term behind data-, so \"name\" becomes \"data-name\" System.Object value string or object, objects will be json serialized Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Style(String) style attribute. If called multiple times, will append styles. Declaration IHtmlTag Style(string value) Parameters Type Name Description System.String value Style to add Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Title(String) title attribute Declaration IHtmlTag Title(string value) Parameters Type Name Description System.String value new title to set Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API | Improve this Doc View Source Wrap(Object[]) Wrap the tag around the new content, so this replaces all the content with what you give it Declaration IHtmlTag Wrap(params object[] content) Parameters Type Name Description System.Object [] content a variable amount of tags / strings to add to the contents of this tag Returns Type Description IHtmlTag A new IHtmlTag object with the changes, allowing a fluid API" }, "api/ToSic.Razor.Blade.IHtmlTagService.html": { "href": "api/ToSic.Razor.Blade.IHtmlTagService.html", @@ -32,7 +32,7 @@ "api/ToSic.Razor.Blade.Tags.html": { "href": "api/ToSic.Razor.Blade.Tags.html", "title": "Class Tags | RazorBlade 4", - "keywords": "Class Tags The Tags-API is for manipulating strings which contain html or should contain html like stripping away tags, converting <br> tags to new-lines and similar. Important: Tags can easily be confused with the Tag object. Inheritance System.Object Tags Namespace : ToSic.Razor.Blade Assembly : ToSic.Razor.dll Syntax public static class Tags Methods | Improve this Doc View Source Br2Nl(String) Convert
    and
    into line-breaks (\\n) Declaration public static string Br2Nl(string value) Parameters Type Name Description System.String value Returns Type Description System.String | Improve this Doc View Source Br2Space(String) Convert
    and
    into line-breaks Declaration public static string Br2Space(string value) Parameters Type Name Description System.String value Returns Type Description System.String | Improve this Doc View Source Decode(String) Decode an encoded html back into a normal string. Declaration public static string Decode(string value) Parameters Type Name Description System.String value encoded string Returns Type Description System.String shorter, unencoded string | Improve this Doc View Source Encode(String) Safely encode a string for representation into html. Special note: apostrophes are encoded as ', not as \" Declaration public static string Encode(string value) Parameters Type Name Description System.String value original value Returns Type Description System.String encoded string | Improve this Doc View Source Nl2Br(String) Convert \\n into
    line-breaks Declaration public static string Nl2Br(string value) Parameters Type Name Description System.String value Returns Type Description System.String | Improve this Doc View Source SafeUrl(String) Convert URLs into a safe format, to properly escape spaces, umlauts, etc. Important for images etc. which may have special characters Declaration public static HtmlString SafeUrl(string url) Parameters Type Name Description System.String url Returns Type Description System.Web.HtmlString | Improve this Doc View Source Strip(String) Remove all HTML tags from a string. Declaration [Obsolete(\"Starting in V3.9 you should use IScrub.All(...) instead\")] public static string Strip(string original) Parameters Type Name Description System.String original original HTML Returns Type Description System.String A cleaned string without any HTML tags Remarks Added in v2" + "keywords": "Class Tags The Tags-API is for manipulating strings which contain html or should contain html like stripping away tags, converting <br> tags to new-lines and similar. Important: Tags can easily be confused with the Tag object. Inheritance System.Object Tags Namespace : ToSic.Razor.Blade Assembly : ToSic.Razor.dll Syntax public static class Tags Methods | Improve this Doc View Source Br2Nl(String) Convert
    and
    into line-breaks (\\n) Declaration public static string Br2Nl(string value) Parameters Type Name Description System.String value Returns Type Description System.String | Improve this Doc View Source Br2Space(String) Convert
    and
    into line-breaks Declaration public static string Br2Space(string value) Parameters Type Name Description System.String value Returns Type Description System.String | Improve this Doc View Source Decode(String) Decode an encoded html back into a normal string. Declaration public static string Decode(string value) Parameters Type Name Description System.String value encoded string Returns Type Description System.String shorter, unencoded string | Improve this Doc View Source Encode(String) Safely encode a string for representation into html. Special note: apostrophes are encoded as ', not as \" Declaration public static string Encode(string value) Parameters Type Name Description System.String value original value Returns Type Description System.String encoded string | Improve this Doc View Source Nl2Br(String) Convert \\n into
    line-breaks Declaration public static string Nl2Br(string value) Parameters Type Name Description System.String value Returns Type Description System.String | Improve this Doc View Source SafeUrl(String) Convert URLs into a safe format, to properly escape spaces, umlauts, etc. Important for images etc. which may have special characters Declaration public static RawHtmlString SafeUrl(string url) Parameters Type Name Description System.String url Returns Type Description ToSic.Razor.Markup.RawHtmlString | Improve this Doc View Source Strip(String) Remove all HTML tags from a string. Declaration [Obsolete(\"Starting in V3.9 you should use IScrub.All(...) instead\")] public static string Strip(string original) Parameters Type Name Description System.String original original HTML Returns Type Description System.String A cleaned string without any HTML tags Remarks Added in v2" }, "api/ToSic.Razor.Blade.Text.html": { "href": "api/ToSic.Razor.Blade.Text.html", @@ -42,237 +42,237 @@ "api/ToSic.Razor.Html5.A.html": { "href": "api/ToSic.Razor.Html5.A.html", "title": "Class A | RazorBlade 4", - "keywords": "Class A Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < A > A Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class A : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Download(String) Set the download attribute on the tag Declaration public A Download(string value) Parameters Type Name Description System.String value what should be in download='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Href(String) Set the href attribute on the tag Automatically url-encode it if contains spaces, umlauts or other unexpected chars Declaration public A Href(string value) Parameters Type Name Description System.String value what should be in href='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Hreflang(String) Set the hreflang attribute on the tag Declaration public A Hreflang(string value) Parameters Type Name Description System.String value what should be in hreflang='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Media(String) Set the media attribute on the tag Declaration public A Media(string value) Parameters Type Name Description System.String value what should be in media='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Ping(String) Set the ping attribute on the tag Declaration public A Ping(string value) Parameters Type Name Description System.String value what should be in ping='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Rel(String) Set the rel attribute on the tag Declaration public A Rel(string value) Parameters Type Name Description System.String value what should be in rel='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Target(String) Set the target attribute on the tag Declaration public A Target(string value) Parameters Type Name Description System.String value what should be in target='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Type(String) Set the type attribute on the tag Declaration public A Type(string value) Parameters Type Name Description System.String value what should be in type='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class A Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < A > A Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class A : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Download(String) Set the download attribute on the tag Declaration public A Download(string value) Parameters Type Name Description System.String value what should be in download='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Href(String) Set the href attribute on the tag Automatically url-encode it if contains spaces, umlauts or other unexpected chars Declaration public A Href(string value) Parameters Type Name Description System.String value what should be in href='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Hreflang(String) Set the hreflang attribute on the tag Declaration public A Hreflang(string value) Parameters Type Name Description System.String value what should be in hreflang='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Media(String) Set the media attribute on the tag Declaration public A Media(string value) Parameters Type Name Description System.String value what should be in media='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Ping(String) Set the ping attribute on the tag Declaration public A Ping(string value) Parameters Type Name Description System.String value what should be in ping='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Rel(String) Set the rel attribute on the tag Declaration public A Rel(string value) Parameters Type Name Description System.String value what should be in rel='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Target(String) Set the target attribute on the tag Declaration public A Target(string value) Parameters Type Name Description System.String value what should be in target='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining | Improve this Doc View Source Type(String) Set the type attribute on the tag Declaration public A Type(string value) Parameters Type Name Description System.String value what should be in type='...'. If called multiple times, later values replace the previous value. Returns Type Description A a A object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Abbr.html": { "href": "api/ToSic.Razor.Html5.Abbr.html", "title": "Class Abbr | RazorBlade 4", - "keywords": "Class Abbr Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Abbr > Abbr Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Abbr : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Abbr Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Abbr > Abbr Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Abbr : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Address.html": { "href": "api/ToSic.Razor.Html5.Address.html", "title": "Class Address | RazorBlade 4", - "keywords": "Class Address Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Address > Address Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Address : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Address Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Address > Address Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Address : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Area.html": { "href": "api/ToSic.Razor.Html5.Area.html", "title": "Class Area | RazorBlade 4", - "keywords": "Class Area Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Area > Area Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Area : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Area Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Area > Area Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Area : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Article.html": { "href": "api/ToSic.Razor.Html5.Article.html", "title": "Class Article | RazorBlade 4", - "keywords": "Class Article Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Article > Article Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Article : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Article Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Article > Article Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Article : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Aside.html": { "href": "api/ToSic.Razor.Html5.Aside.html", "title": "Class Aside | RazorBlade 4", - "keywords": "Class Aside Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Col > Col Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Col : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Span(Int32) Set the span attribute on the tag Declaration public Col Span(int value) Parameters Type Name Description System.Int32 value what should be in span='...'. If called multiple times, later values replace the previous value. Returns Type Description Col a Col object to enable fluid command chaining | Improve this Doc View Source Span(String) Set the span attribute on the tag Declaration public Col Span(string value) Parameters Type Name Description System.String value what should be in span='...'. If called multiple times, later values replace the previous value. Returns Type Description Col a Col object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Col Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Col > Col Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Col : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Span(Int32) Set the span attribute on the tag Declaration public Col Span(int value) Parameters Type Name Description System.Int32 value what should be in span='...'. If called multiple times, later values replace the previous value. Returns Type Description Col a Col object to enable fluid command chaining | Improve this Doc View Source Span(String) Set the span attribute on the tag Declaration public Col Span(string value) Parameters Type Name Description System.String value what should be in span='...'. If called multiple times, later values replace the previous value. Returns Type Description Col a Col object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Colgroup.html": { "href": "api/ToSic.Razor.Html5.Colgroup.html", "title": "Class Colgroup | RazorBlade 4", - "keywords": "Class Colgroup Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Colgroup > Colgroup Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Colgroup : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Span(Int32) Set the span attribute on the tag Declaration public Colgroup Span(int value) Parameters Type Name Description System.Int32 value what should be in span='...'. If called multiple times, later values replace the previous value. Returns Type Description Colgroup a Colgroup object to enable fluid command chaining | Improve this Doc View Source Span(String) Set the span attribute on the tag Declaration public Colgroup Span(string value) Parameters Type Name Description System.String value what should be in span='...'. If called multiple times, later values replace the previous value. Returns Type Description Colgroup a Colgroup object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Colgroup Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Colgroup > Colgroup Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Colgroup : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Span(Int32) Set the span attribute on the tag Declaration public Colgroup Span(int value) Parameters Type Name Description System.Int32 value what should be in span='...'. If called multiple times, later values replace the previous value. Returns Type Description Colgroup a Colgroup object to enable fluid command chaining | Improve this Doc View Source Span(String) Set the span attribute on the tag Declaration public Colgroup Span(string value) Parameters Type Name Description System.String value what should be in span='...'. If called multiple times, later values replace the previous value. Returns Type Description Colgroup a Colgroup object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Comment.html": { "href": "api/ToSic.Razor.Html5.Comment.html", "title": "Class Comment | RazorBlade 4", - "keywords": "Class Comment Generate a standard HTML5 <-- --> tag for adding comments Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Comment > Comment Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Comment : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Comment Generate a standard HTML5 <-- --> tag for adding comments Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Comment > Comment Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Comment : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Data.html": { "href": "api/ToSic.Razor.Html5.Data.html", "title": "Class Data | RazorBlade 4", - "keywords": "Class Data Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Data > Data Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Data : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Open() Activate the open attribute on the tag Declaration public Data Open() Returns Type Description Data a Data object to enable fluid command chaining | Improve this Doc View Source Open(String) Set the open attribute on the tag Declaration public Data Open(string value) Parameters Type Name Description System.String value what should be in open='...'. If called multiple times, later values replace the previous value. Returns Type Description Data a Data object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Data Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Data > Data Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Data : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Open() Activate the open attribute on the tag Declaration public Data Open() Returns Type Description Data a Data object to enable fluid command chaining | Improve this Doc View Source Open(String) Set the open attribute on the tag Declaration public Data Open(string value) Parameters Type Name Description System.String value what should be in open='...'. If called multiple times, later values replace the previous value. Returns Type Description Data a Data object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Datalist.html": { "href": "api/ToSic.Razor.Html5.Datalist.html", "title": "Class Datalist | RazorBlade 4", - "keywords": "Class Datalist Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Datalist > Datalist Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Datalist : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Datalist Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Datalist > Datalist Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Datalist : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Dd.html": { "href": "api/ToSic.Razor.Html5.Dd.html", "title": "Class Dd | RazorBlade 4", - "keywords": "Class Dd Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Dd > Dd Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Dd : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Dd Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Dd > Dd Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Dd : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Del.html": { "href": "api/ToSic.Razor.Html5.Del.html", "title": "Class Del | RazorBlade 4", - "keywords": "Class Del Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Del > Del Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Del : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Cite(String) Set the cite attribute on the tag Declaration public Del Cite(string value) Parameters Type Name Description System.String value what should be in cite='...'. If called multiple times, later values replace the previous value. Returns Type Description Del a Del object to enable fluid command chaining | Improve this Doc View Source Datetime(DateTime) Set the datetime attribute on the tag Declaration public Del Datetime(DateTime value) Parameters Type Name Description System.DateTime value what should be in datetime='...'. If called multiple times, later values replace the previous value. Returns Type Description Del a Del object to enable fluid command chaining | Improve this Doc View Source Datetime(String) Set the datetime attribute on the tag Declaration public Del Datetime(string value) Parameters Type Name Description System.String value what should be in datetime='...'. If called multiple times, later values replace the previous value. Returns Type Description Del a Del object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Del Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Del > Del Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Del : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Cite(String) Set the cite attribute on the tag Declaration public Del Cite(string value) Parameters Type Name Description System.String value what should be in cite='...'. If called multiple times, later values replace the previous value. Returns Type Description Del a Del object to enable fluid command chaining | Improve this Doc View Source Datetime(DateTime) Set the datetime attribute on the tag Declaration public Del Datetime(DateTime value) Parameters Type Name Description System.DateTime value what should be in datetime='...'. If called multiple times, later values replace the previous value. Returns Type Description Del a Del object to enable fluid command chaining | Improve this Doc View Source Datetime(String) Set the datetime attribute on the tag Declaration public Del Datetime(string value) Parameters Type Name Description System.String value what should be in datetime='...'. If called multiple times, later values replace the previous value. Returns Type Description Del a Del object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Details.html": { "href": "api/ToSic.Razor.Html5.Details.html", "title": "Class Details | RazorBlade 4", - "keywords": "Class Details Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Details > Details Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Details : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Open() Activate the open attribute on the
    tag Declaration public Details Open() Returns Type Description Details a Details object to enable fluid command chaining | Improve this Doc View Source Open(String) Set the open attribute on the
    tag Declaration public Details Open(string value) Parameters Type Name Description System.String value what should be in open='...'. If called multiple times, later values replace the previous value. Returns Type Description Details a Details object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Details Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Details > Details Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Details : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Open() Activate the open attribute on the
    tag Declaration public Details Open() Returns Type Description Details a Details object to enable fluid command chaining | Improve this Doc View Source Open(String) Set the open attribute on the
    tag Declaration public Details Open(string value) Parameters Type Name Description System.String value what should be in open='...'. If called multiple times, later values replace the previous value. Returns Type Description Details a Details object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Dfn.html": { "href": "api/ToSic.Razor.Html5.Dfn.html", "title": "Class Dfn | RazorBlade 4", - "keywords": "Class Dfn Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Dfn > Dfn Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Dfn : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Dfn Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Dfn > Dfn Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Dfn : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Dialog.html": { "href": "api/ToSic.Razor.Html5.Dialog.html", "title": "Class Dialog | RazorBlade 4", - "keywords": "Class Dialog Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Dialog > Dialog Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Dialog : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Open() Activate the open attribute on the tag Declaration public Dialog Open() Returns Type Description Dialog a Dialog object to enable fluid command chaining | Improve this Doc View Source Open(String) Set the open attribute on the tag Declaration public Dialog Open(string value) Parameters Type Name Description System.String value what should be in open='...'. If called multiple times, later values replace the previous value. Returns Type Description Dialog a Dialog object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Dialog Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Dialog > Dialog Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Dialog : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Open() Activate the open attribute on the tag Declaration public Dialog Open() Returns Type Description Dialog a Dialog object to enable fluid command chaining | Improve this Doc View Source Open(String) Set the open attribute on the tag Declaration public Dialog Open(string value) Parameters Type Name Description System.String value what should be in open='...'. If called multiple times, later values replace the previous value. Returns Type Description Dialog a Dialog object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Div.html": { "href": "api/ToSic.Razor.Html5.Div.html", "title": "Class Div | RazorBlade 4", - "keywords": "Class Div Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Div > Div Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Div : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Div Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Div > Div Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Div : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Dl.html": { "href": "api/ToSic.Razor.Html5.Dl.html", "title": "Class Dl | RazorBlade 4", - "keywords": "Class Dl Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Dl > Dl Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Dl : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Dl Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Dl > Dl Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Dl : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Dt.html": { "href": "api/ToSic.Razor.Html5.Dt.html", "title": "Class Dt | RazorBlade 4", - "keywords": "Class Dt Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Dt > Dt Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Dt : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Dt Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Dt > Dt Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Dt : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Em.html": { "href": "api/ToSic.Razor.Html5.Em.html", "title": "Class Em | RazorBlade 4", - "keywords": "Class Em Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Em > Em Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Em : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Em Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Em > Em Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Em : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Embed.html": { "href": "api/ToSic.Razor.Html5.Embed.html", "title": "Class Embed | RazorBlade 4", - "keywords": "Class Embed Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Embed > Embed Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Embed : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Height(Int32) Set the height attribute on the tag Declaration public Embed Height(int value) Parameters Type Name Description System.Int32 value what should be in height='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining | Improve this Doc View Source Height(String) Set the height attribute on the tag Declaration public Embed Height(string value) Parameters Type Name Description System.String value what should be in height='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining | Improve this Doc View Source Src(String) Set the src attribute on the tag Automatically url-encode it if contains spaces, umlauts or other unexpected chars Declaration public Embed Src(string value) Parameters Type Name Description System.String value what should be in src='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining | Improve this Doc View Source Type(String) Set the type attribute on the tag Declaration public Embed Type(string value) Parameters Type Name Description System.String value what should be in type='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining | Improve this Doc View Source Width(Int32) Set the width attribute on the tag Declaration public Embed Width(int value) Parameters Type Name Description System.Int32 value what should be in width='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining | Improve this Doc View Source Width(String) Set the width attribute on the tag Declaration public Embed Width(string value) Parameters Type Name Description System.String value what should be in width='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Embed Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Embed > Embed Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Embed : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Height(Int32) Set the height attribute on the tag Declaration public Embed Height(int value) Parameters Type Name Description System.Int32 value what should be in height='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining | Improve this Doc View Source Height(String) Set the height attribute on the tag Declaration public Embed Height(string value) Parameters Type Name Description System.String value what should be in height='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining | Improve this Doc View Source Src(String) Set the src attribute on the tag Automatically url-encode it if contains spaces, umlauts or other unexpected chars Declaration public Embed Src(string value) Parameters Type Name Description System.String value what should be in src='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining | Improve this Doc View Source Type(String) Set the type attribute on the tag Declaration public Embed Type(string value) Parameters Type Name Description System.String value what should be in type='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining | Improve this Doc View Source Width(Int32) Set the width attribute on the tag Declaration public Embed Width(int value) Parameters Type Name Description System.Int32 value what should be in width='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining | Improve this Doc View Source Width(String) Set the width attribute on the tag Declaration public Embed Width(string value) Parameters Type Name Description System.String value what should be in width='...'. If called multiple times, later values replace the previous value. Returns Type Description Embed a Embed object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Fieldset.html": { "href": "api/ToSic.Razor.Html5.Fieldset.html", "title": "Class Fieldset | RazorBlade 4", - "keywords": "Class Fieldset Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Fieldset > Fieldset Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Fieldset : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Disabled() Activate the disabled attribute on the
    tag Declaration public Fieldset Disabled() Returns Type Description Fieldset a Fieldset object to enable fluid command chaining | Improve this Doc View Source Disabled(String) Set the disabled attribute on the
    tag Declaration public Fieldset Disabled(string value) Parameters Type Name Description System.String value what should be in disabled='...'. If called multiple times, later values replace the previous value. Returns Type Description Fieldset a Fieldset object to enable fluid command chaining | Improve this Doc View Source Form(String) Set the form attribute on the
    tag Declaration public Fieldset Form(string value) Parameters Type Name Description System.String value what should be in form='...'. If called multiple times, later values replace the previous value. Returns Type Description Fieldset a Fieldset object to enable fluid command chaining | Improve this Doc View Source Name(String) Set the name attribute on the
    tag Declaration public Fieldset Name(string value) Parameters Type Name Description System.String value what should be in name='...'. If called multiple times, later values replace the previous value. Returns Type Description Fieldset a Fieldset object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Fieldset Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Fieldset > Fieldset Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Fieldset : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source Disabled() Activate the disabled attribute on the
    tag Declaration public Fieldset Disabled() Returns Type Description Fieldset a Fieldset object to enable fluid command chaining | Improve this Doc View Source Disabled(String) Set the disabled attribute on the
    tag Declaration public Fieldset Disabled(string value) Parameters Type Name Description System.String value what should be in disabled='...'. If called multiple times, later values replace the previous value. Returns Type Description Fieldset a Fieldset object to enable fluid command chaining | Improve this Doc View Source Form(String) Set the form attribute on the
    tag Declaration public Fieldset Form(string value) Parameters Type Name Description System.String value what should be in form='...'. If called multiple times, later values replace the previous value. Returns Type Description Fieldset a Fieldset object to enable fluid command chaining | Improve this Doc View Source Name(String) Set the name attribute on the
    tag Declaration public Fieldset Name(string value) Parameters Type Name Description System.String value what should be in name='...'. If called multiple times, later values replace the previous value. Returns Type Description Fieldset a Fieldset object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Figcaption.html": { "href": "api/ToSic.Razor.Html5.Figcaption.html", "title": "Class Figcaption | RazorBlade 4", - "keywords": "Class Figcaption Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Figcaption > Figcaption Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Figcaption : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Figcaption Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Figcaption > Figcaption Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Figcaption : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Figure.html": { "href": "api/ToSic.Razor.Html5.Figure.html", "title": "Class Figure | RazorBlade 4", - "keywords": "Class Figure Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Figure > Figure Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Figure : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Figure Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Figure > Figure Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Figure : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Footer.html": { "href": "api/ToSic.Razor.Html5.Footer.html", "title": "Class Footer | RazorBlade 4", - "keywords": "Class Footer Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Footer > Footer Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Footer : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Footer Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Footer > Footer Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Footer : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Form.html": { "href": "api/ToSic.Razor.Html5.Form.html", "title": "Class Form | RazorBlade 4", - "keywords": "Class Form Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Form > Form Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Form : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source AcceptCharset(String) Set the accept-charset attribute on the tag Declaration public Form AcceptCharset(string value) Parameters Type Name Description System.String value what should be in accept-charset='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Action(String) Set the action attribute on the tag Declaration public Form Action(string value) Parameters Type Name Description System.String value what should be in action='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Autocomplete(String) Set the autocomplete attribute on the tag Declaration public Form Autocomplete(string value) Parameters Type Name Description System.String value what should be in autocomplete='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Enctype(String) Set the enctype attribute on the tag Declaration public Form Enctype(string value) Parameters Type Name Description System.String value what should be in enctype='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Method(String) Set the method attribute on the tag Declaration public Form Method(string value) Parameters Type Name Description System.String value what should be in method='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Name(String) Set the name attribute on the tag Declaration public Form Name(string value) Parameters Type Name Description System.String value what should be in name='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Novalidate() Activate the novalidate attribute on the tag Declaration public Form Novalidate() Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Novalidate(String) Set the novalidate attribute on the tag Declaration public Form Novalidate(string value) Parameters Type Name Description System.String value what should be in novalidate='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Target(String) Set the target attribute on the tag Declaration public Form Target(string value) Parameters Type Name Description System.String value what should be in target='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Form Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Form > Form Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Form : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Methods | Improve this Doc View Source AcceptCharset(String) Set the accept-charset attribute on the tag Declaration public Form AcceptCharset(string value) Parameters Type Name Description System.String value what should be in accept-charset='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Action(String) Set the action attribute on the tag Declaration public Form Action(string value) Parameters Type Name Description System.String value what should be in action='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Autocomplete(String) Set the autocomplete attribute on the tag Declaration public Form Autocomplete(string value) Parameters Type Name Description System.String value what should be in autocomplete='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Enctype(String) Set the enctype attribute on the tag Declaration public Form Enctype(string value) Parameters Type Name Description System.String value what should be in enctype='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Method(String) Set the method attribute on the tag Declaration public Form Method(string value) Parameters Type Name Description System.String value what should be in method='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Name(String) Set the name attribute on the tag Declaration public Form Name(string value) Parameters Type Name Description System.String value what should be in name='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Novalidate() Activate the novalidate attribute on the tag Declaration public Form Novalidate() Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Novalidate(String) Set the novalidate attribute on the tag Declaration public Form Novalidate(string value) Parameters Type Name Description System.String value what should be in novalidate='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining | Improve this Doc View Source Target(String) Set the target attribute on the tag Declaration public Form Target(string value) Parameters Type Name Description System.String value what should be in target='...'. If called multiple times, later values replace the previous value. Returns Type Description Form a Form object to enable fluid command chaining Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.H1.html": { "href": "api/ToSic.Razor.Html5.H1.html", "title": "Class H1 | RazorBlade 4", - "keywords": "Class H1 Generate a standard HTML5

    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H1 > H1 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag

    .Attr(String, Object, String) Tag

    .Attr(Object) Tag

    .Id(String) Tag

    .Class(String) Tag

    .Style(String) Tag

    .Title(String) Tag

    .Data(String, Object) Tag

    .On(String, Object) Tag

    .Add(Object[]) Tag

    .Wrap(Object[]) Tag

    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H1 : Tag

    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class H1 Generate a standard HTML5

    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H1 > H1 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag

    .Attr(String, Object, String) Tag

    .Attr(Object) Tag

    .Id(String) Tag

    .Class(String) Tag

    .Style(String) Tag

    .Title(String) Tag

    .Data(String, Object) Tag

    .On(String, Object) Tag

    .Add(Object[]) Tag

    .Wrap(Object[]) Tag

    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H1 : Tag

    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.H2.html": { "href": "api/ToSic.Razor.Html5.H2.html", "title": "Class H2 | RazorBlade 4", - "keywords": "Class H2 Generate a standard HTML5

    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H2 > H2 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag

    .Attr(String, Object, String) Tag

    .Attr(Object) Tag

    .Id(String) Tag

    .Class(String) Tag

    .Style(String) Tag

    .Title(String) Tag

    .Data(String, Object) Tag

    .On(String, Object) Tag

    .Add(Object[]) Tag

    .Wrap(Object[]) Tag

    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H2 : Tag

    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class H2 Generate a standard HTML5

    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H2 > H2 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag

    .Attr(String, Object, String) Tag

    .Attr(Object) Tag

    .Id(String) Tag

    .Class(String) Tag

    .Style(String) Tag

    .Title(String) Tag

    .Data(String, Object) Tag

    .On(String, Object) Tag

    .Add(Object[]) Tag

    .Wrap(Object[]) Tag

    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H2 : Tag

    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.H3.html": { "href": "api/ToSic.Razor.Html5.H3.html", "title": "Class H3 | RazorBlade 4", - "keywords": "Class H3 Generate a standard HTML5

    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H3 > H3 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag

    .Attr(String, Object, String) Tag

    .Attr(Object) Tag

    .Id(String) Tag

    .Class(String) Tag

    .Style(String) Tag

    .Title(String) Tag

    .Data(String, Object) Tag

    .On(String, Object) Tag

    .Add(Object[]) Tag

    .Wrap(Object[]) Tag

    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H3 : Tag

    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class H3 Generate a standard HTML5

    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H3 > H3 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag

    .Attr(String, Object, String) Tag

    .Attr(Object) Tag

    .Id(String) Tag

    .Class(String) Tag

    .Style(String) Tag

    .Title(String) Tag

    .Data(String, Object) Tag

    .On(String, Object) Tag

    .Add(Object[]) Tag

    .Wrap(Object[]) Tag

    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H3 : Tag

    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.H4.html": { "href": "api/ToSic.Razor.Html5.H4.html", "title": "Class H4 | RazorBlade 4", - "keywords": "Class H4 Generate a standard HTML5

    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H4 > H4 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag

    .Attr(String, Object, String) Tag

    .Attr(Object) Tag

    .Id(String) Tag

    .Class(String) Tag

    .Style(String) Tag

    .Title(String) Tag

    .Data(String, Object) Tag

    .On(String, Object) Tag

    .Add(Object[]) Tag

    .Wrap(Object[]) Tag

    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H4 : Tag

    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class H4 Generate a standard HTML5

    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H4 > H4 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag

    .Attr(String, Object, String) Tag

    .Attr(Object) Tag

    .Id(String) Tag

    .Class(String) Tag

    .Style(String) Tag

    .Title(String) Tag

    .Data(String, Object) Tag

    .On(String, Object) Tag

    .Add(Object[]) Tag

    .Wrap(Object[]) Tag

    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H4 : Tag

    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.H5.html": { "href": "api/ToSic.Razor.Html5.H5.html", "title": "Class H5 | RazorBlade 4", - "keywords": "Class H5 Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H5 > H5 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H5 : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class H5 Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H5 > H5 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H5 : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.H6.html": { "href": "api/ToSic.Razor.Html5.H6.html", "title": "Class H6 | RazorBlade 4", - "keywords": "Class H6 Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H6 > H6 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H6 : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class H6 Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < H6 > H6 Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class H6 : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Head.html": { "href": "api/ToSic.Razor.Html5.Head.html", "title": "Class Head | RazorBlade 4", - "keywords": "Class Head Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Head > Head Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Head : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Head Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Head > Head Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Head : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Header.html": { "href": "api/ToSic.Razor.Html5.Header.html", "title": "Class Header | RazorBlade 4", - "keywords": "Class Header Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Header > Header Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Header : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Header Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Header > Header Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Header : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Hr.html": { "href": "api/ToSic.Razor.Html5.Hr.html", "title": "Class Hr | RazorBlade 4", - "keywords": "Class Hr Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Hr > Hr Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Hr : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Hr Generate a standard HTML5
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Hr > Hr Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag
    .Attr(String, Object, String) Tag
    .Attr(Object) Tag
    .Id(String) Tag
    .Class(String) Tag
    .Style(String) Tag
    .Title(String) Tag
    .Data(String, Object) Tag
    .On(String, Object) Tag
    .Add(Object[]) Tag
    .Wrap(Object[]) Tag
    .AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Hr : Tag
    , IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.html": { "href": "api/ToSic.Razor.Html5.html", @@ -282,322 +282,322 @@ "api/ToSic.Razor.Html5.I.html": { "href": "api/ToSic.Razor.Html5.I.html", "title": "Class I | RazorBlade 4", - "keywords": "Class I Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < I > I Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class I : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class I Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < I > I Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class I : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Icon.html": { "href": "api/ToSic.Razor.Html5.Icon.html", "title": "Class Icon | RazorBlade 4", - "keywords": "Class Icon Generate a standard HTML5 link tag with properties an icon needs Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Link > Link Icon Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Link.Crossorigin(String) Link.Href(String) Link.Hreflang(String) Link.Media(String) Link.Rel(String) Link.Type(String) Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Icon : Link, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Constructors | Improve this Doc View Source Icon(String, String, Int32, String) Generate an icon Declaration public Icon(string path, string rel = null, int size = 0, string type = null) Parameters Type Name Description System.String path path to the icon System.String rel relationship term like 'icon' or 'shortcut icon' System.Int32 size size parameter System.String type mime type Fields | Improve this Doc View Source RelApple Declaration public static readonly string RelApple Field Value Type Description System.String | Improve this Doc View Source RelIcon Declaration public static readonly string RelIcon Field Value Type Description System.String | Improve this Doc View Source RelShortcut Declaration public static readonly string RelShortcut Field Value Type Description System.String | Improve this Doc View Source RootFavicon Declaration public static readonly string RootFavicon Field Value Type Description System.String | Improve this Doc View Source SizeUndefined Declaration public const int SizeUndefined = 0 Field Value Type Description System.Int32 Methods | Improve this Doc View Source Sizes(String) Set icon sizes attribute Declaration public Icon Sizes(string value) Parameters Type Name Description System.String value Returns Type Description Icon Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Icon Generate a standard HTML5 link tag with properties an icon needs Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Link > Link Icon Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Link.Crossorigin(String) Link.Href(String) Link.Hreflang(String) Link.Media(String) Link.Rel(String) Link.Type(String) Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Icon : Link, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Constructors | Improve this Doc View Source Icon(String, String, Int32, String) Generate an icon Declaration public Icon(string path, string rel = null, int size = 0, string type = null) Parameters Type Name Description System.String path path to the icon System.String rel relationship term like 'icon' or 'shortcut icon' System.Int32 size size parameter System.String type mime type Fields | Improve this Doc View Source RelApple Declaration public static readonly string RelApple Field Value Type Description System.String | Improve this Doc View Source RelIcon Declaration public static readonly string RelIcon Field Value Type Description System.String | Improve this Doc View Source RelShortcut Declaration public static readonly string RelShortcut Field Value Type Description System.String | Improve this Doc View Source RootFavicon Declaration public static readonly string RootFavicon Field Value Type Description System.String | Improve this Doc View Source SizeUndefined Declaration public const int SizeUndefined = 0 Field Value Type Description System.Int32 Methods | Improve this Doc View Source Sizes(String) Set icon sizes attribute Declaration public Icon Sizes(string value) Parameters Type Name Description System.String value Returns Type Description Icon Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Iframe.html": { "href": "api/ToSic.Razor.Html5.Iframe.html", "title": "Class Iframe | RazorBlade 4", - "keywords": "Class Iframe Generate a standard HTML5

    System.Collections.Generic.IEnumerable<TagBase>System.Collections.Generic.IEnumerable<IHtmlTag> list
    System.Collections.Generic.IEnumerable<TagBase>System.Collections.Generic.IEnumerable<IHtmlTag> additions
    tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Caption > Caption Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Caption : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Caption Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Caption > Caption Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Caption : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Cite.html": { "href": "api/ToSic.Razor.Html5.Cite.html", "title": "Class Cite | RazorBlade 4", - "keywords": "Class Cite Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Cite > Cite Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Cite : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Cite Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Cite > Cite Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Cite : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Code.html": { "href": "api/ToSic.Razor.Html5.Code.html", "title": "Class Code | RazorBlade 4", - "keywords": "Class Code Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Code > Code Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Code : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" + "keywords": "Class Code Generate a standard HTML5 tag Inheritance System.Object ToSic.Razor.Markup.RawHtmlString TagBase Tag < Code > Code Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable < ITag > System.Collections.IEnumerable Inherited Members Tag.Attr(String, Object, String) Tag.Attr(Object) Tag.Id(String) Tag.Class(String) Tag.Style(String) Tag.Title(String) Tag.Data(String, Object) Tag.On(String, Object) Tag.Add(Object[]) Tag.Wrap(Object[]) Tag.AsHtmlTag() TagBase.IsImmutable TagBase.PreProcessNewChild(Object) TagBase.ApplyChanges(CloneChanges) TagBase.TagName TagBase.TagOptions TagBase.ToString() TagBase.TagAttributes TagBase.TagChildren TagBase.TagStart TagBase.TagEnd Namespace : ToSic.Razor.Html5 Assembly : ToSic.Razor.dll Syntax public class Code : Tag, IHtmlString, IHtmlTag, ITag, IEnumerable, IEnumerable Implements System.Web.IHtmlString IHtmlTag ITag System.Collections.Generic.IEnumerable System.Collections.IEnumerable" }, "api/ToSic.Razor.Html5.Col.html": { "href": "api/ToSic.Razor.Html5.Col.html", "title": "Class Col | RazorBlade 4", - "keywords": "Class Col Generate a standard HTML5