Skip to main content

RemoveLineStartingWith

Assembly: ServiceStack.dll
View Source
Declaration
public class RemoveLineStartingWith : HtmlModuleLine

Properties

Prefixes

View Source
Declaration
public string[] Prefixes { get; }

IgnoreWhiteSpace

View Source
Declaration
public bool IgnoreWhiteSpace { get; }

Inherited Properties

Behaviour

View Source
Declaration
public Run Behaviour { get; set; }

Methods

Transform(ReadOnlyMemory<Char>)

View Source
Declaration
public override ReadOnlyMemory<char> Transform(ReadOnlyMemory<char> line)
Returns

ReadOnlyMemory<System.Char>

Parameters
TypeName
ReadOnlyMemory<System.Char>line

Inherited Methods

Transform(ReadOnlyMemory<Char>)

View Source
Declaration
public abstract ReadOnlyMemory<char> Transform(ReadOnlyMemory<char> line)
Returns

ReadOnlyMemory<System.Char>

Parameters
TypeName
ReadOnlyMemory<System.Char>line