Class SandboxUri
Namespace: DotBoxD.Kernels.Sandbox
Assembly: DotBoxD.Kernels.dll
public sealed record SandboxUri : IEquatable<SandboxUri>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”SandboxUri(string)
Section titled “ SandboxUri(string)”public SandboxUri(string Value)Parameters
Section titled “Parameters”Value string
Properties
Section titled “Properties”public string Value { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”ToString()
Section titled “ ToString()”Returns a string that represents the current object.
public override string ToString()Returns
Section titled “Returns”A string that represents the current object.