Class HtmlCollectionRemoteValue
public record HtmlCollectionRemoteValue : RemoteValue, IEquatable<RemoteValue>, IEquatable<HtmlCollectionRemoteValue>
- Inheritance
-
HtmlCollectionRemoteValue
- Implements
- Inherited Members
Properties
Handle
public Handle? Handle { get; set; }
Property Value
InternalId
public InternalId? InternalId { get; set; }
Property Value
Value
public IReadOnlyList<RemoteValue>? Value { get; set; }