PageBlockFragment
Assembly: ServiceStack.Common.dll
View Source
Declaration
public class PageBlockFragment : PageFragment
Properties
OriginalText
View Source
Declaration
public ReadOnlyMemory<char> OriginalText { get; }
Name
View Source
Declaration
public string Name { get; }
Argument
View Source
Declaration
public ReadOnlyMemory<char> Argument { get; }
ArgumentString
View Source
Declaration
public string ArgumentString { get; }
Body
View Source
Declaration
public PageFragment[] Body { get; }
ElseBlocks
View Source
Declaration
public PageElseBlock[] ElseBlocks { get; }
Methods
Equals(PageBlockFragment)
View Source
Declaration
protected bool Equals(PageBlockFragment other)
Returns
System.Boolean
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.PageBlockFragment | other | 
Equals(Object)
View Source
Declaration
public override bool Equals(object obj)
Returns
System.Boolean
Parameters
| Type | Name | 
|---|---|
System.Object | obj | 
GetHashCode()
View Source
Declaration
public override int GetHashCode()
Returns
System.Int32