Web/ForgeTrust.Runnable.Web.RazorWire/TagHelpers/IslandTagHelper.cs
IslandTagHelper
Type
IslandTagHelper
A TagHelper that renders a Turbo Frame as a "RazorWire Island", enabling partial page updates and client-side module mounting.
Method
Process(TagHelperContext, TagHelperOutput)
Renders a <turbo-frame> element whose attributes are populated from the tag helper's properties.
Validates that is not null, empty, or whitespace and sets attributes such as id, src, loading, data-turbo-permanent, data-rw-swr, style (view-transition-name), data-rw-export, and client-related data attributes when the corresponding properties are provided.