Class HtmlRewritePipe.MyHtmlRewriteEventArgs
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Use a local derivation to get access to protected accessors
Inheritance
Inherited Members
Namespace: EPiServer.Web.Internal
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
protected class MyHtmlRewriteEventArgs : HtmlRewriteEventArgs
Constructors
MyHtmlRewriteEventArgs(HtmlRewritePipe)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the HtmlRewritePipe.MyHtmlRewriteEventArgs class.
Declaration
public MyHtmlRewriteEventArgs(HtmlRewritePipe htmlRewritePipe)
Parameters
Type | Name | Description |
---|---|---|
HtmlRewritePipe | htmlRewritePipe | The HTML rewrite pipe. |
MyHtmlRewriteEventArgs(HtmlRewritePipe, Object)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the HtmlRewritePipe.MyHtmlRewriteEventArgs class.
Declaration
public MyHtmlRewriteEventArgs(HtmlRewritePipe htmlRewritePipe, object context)
Parameters
Type | Name | Description |
---|---|---|
HtmlRewritePipe | htmlRewritePipe | The HTML rewrite pipe. |
System.Object | context | The context. |
MyHtmlRewriteEventArgs(Object)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the HtmlRewritePipe.MyHtmlRewriteEventArgs class.
Declaration
public MyHtmlRewriteEventArgs(object context)
Parameters
Type | Name | Description |
---|---|---|
System.Object | context | The context. |
Properties
Name
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the name of the element, attribute etc.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
NameBuilder
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the name builder.
Declaration
public StringBuilder NameBuilder { get; set; }
Property Value
Type | Description |
---|---|
System.Text.StringBuilder | The name builder. |
Value
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the value of the element, attribute etc.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |
ValueBuilder
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the value builder.
Declaration
public StringBuilder ValueBuilder { get; set; }
Property Value
Type | Description |
---|---|
System.Text.StringBuilder | The value builder. |