Skip to main content

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
TypeName
ServiceStack.Script.PageBlockFragmentother

Equals(Object)

View Source
Declaration
public override bool Equals(object obj)
Returns

System.Boolean

Parameters
TypeName
System.Objectobj

GetHashCode()

View Source
Declaration
public override int GetHashCode()
Returns

System.Int32