Class StringInjection
Summary description for StringInjection.
Inheritance
System.Object
StringInjection
Inherited Members
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.Enterprise.Util
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0Syntax
public class StringInjection
Constructors
StringInjection(String)
Declaration
public StringInjection(string newData)
Parameters
Type | Name | Description |
---|---|---|
System.String | newData |
Methods
Replace(String, Int32, Int32)
Declaration
public void Replace(string newData, int startIndex, int replaceLength)
Parameters
Type | Name | Description |
---|---|---|
System.String | newData | |
System.Int32 | startIndex | |
System.Int32 | replaceLength |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()