Try our conversational search powered by Generative AI!

Class HtmlRewritePipe.MyHtmlRewriteEventArgs

Use a local derivation to get access to protected accessors

Inheritance
System.Object
System.EventArgs
HtmlRewritePipe.MyHtmlRewriteEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 9.12.2
Syntax
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.

Extension Methods