PageStringFragment
Assembly: ServiceStack.Common.dll
View Source
Declaration
public class PageStringFragment : PageFragment
Properties
Value
View Source
Declaration
public ReadOnlyMemory<char> Value { get; set; }
ValueString
View Source
Declaration
public string ValueString { get; }
ValueUtf8
View Source
Declaration
public ReadOnlyMemory<byte> ValueUtf8 { get; }
Methods
Equals(PageStringFragment)
View Source
Declaration
protected bool Equals(PageStringFragment other)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Script.PageStringFragment | 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