Edit

Share via


UriRecord.Uri Property

Definition

Uri to encode

public string Uri { get; set; }
member this.Uri : string with get, set
Public Property Uri As String

Property Value

Remarks

The Uri should be URL encoded to be valid in most cases. Consider encoding it.

Applies to