Class HtmlRewritePipe.MyHtmlRewriteEventArgs
Use a local derivation to get access to protected accessors
Inheritance
Inherited Members
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 8.11.0Syntax
protected class MyHtmlRewriteEventArgs : HtmlRewriteEventArgs
Constructors
MyHtmlRewriteEventArgs(HtmlRewritePipe)
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)
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)
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
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
Gets or sets the name builder.
Declaration
public StringBuilder NameBuilder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Text.StringBuilder | The name builder. |
Value
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
Gets or sets the value builder.
Declaration
public StringBuilder ValueBuilder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Text.StringBuilder | The value builder. |