ID3V2UrlLinkFrame

ID3V2UrlLinkFrame constructor

Initializes a new instance of the ID3V2UrlLinkFrame class.

public ID3V2UrlLinkFrame(string id, string url)
Parameter Type Description
id String The frame id.
url String The URL which is the value of the frame.

See Also