Class Stripper
Strips JavaScript content off comments and whitespaces
Inheritance
System.Object
Stripper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Text
Assembly: Azos.dll
Syntax
public class Stripper
Constructors
Stripper(String)
Declaration
public Stripper(string source)
Parameters
Type | Name | Description |
---|---|---|
System.String | source |
Properties
Source
Declaration
public string Source { get; }
Property Value
Type | Description |
---|---|
System.String |
StrippedSource
Declaration
public string StrippedSource { get; }
Property Value
Type | Description |
---|---|
System.String |