Class RteBlockHelper
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_0_0.LocalLinks
Assembly: Umbraco.Infrastructure.dll
Syntax
public static class RteBlockHelper
Methods
View SourceBlockRegex()
Declaration
[GeneratedRegex("<umb-rte-block.*(?<attribute>data-content-udi)=\"(?<udi>.[^\"]*)\".*<\\/umb-rte-block")]
public static Regex BlockRegex()
Returns
Type | Description |
---|---|
System. |