Class HtmlRewriteFilter
Enabled HTML rewriting through the Friendly URL pipeline
Inheritance
System.Object
    HtmlRewriteFilter
  Inherited Members
      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.PageExtensions
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
[PagePlugIn("HtmlRewriteFilter", "Enables the HTML rewrite filter")]
public class HtmlRewriteFilterConstructors
HtmlRewriteFilter()
Initializes a new instance of the HtmlRewriteFilter class.
Declaration
public HtmlRewriteFilter()Properties
OptionFlag
The option flag for this page extension
Declaration
public static int OptionFlag { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Methods
Attach(PageBase)
Attach an instance of the HtmlRewriteFilter class to a PageBase class.
Declaration
public void Attach(PageBase page)Parameters
| Type | Name | Description | 
|---|---|---|
| PageBase | page | The page. | 
Initialize(Int32)
Method called at system startup to initialize this plug in.
Declaration
public static void Initialize(int optionFlag)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | optionFlag | The option flag value assigned to this plug in. | 
