public ImageLink(string contentType, ImageLinkTypeEnum type = ImageLinkTypeEnum.Image) { _type = contentType; Rel = "http://opds-spec.org/image"; if (type == ImageLinkTypeEnum.Thumbnail) Rel += "/thumbnail"; }
public ImageLink(string contentType, ImageLinkTypeEnum type = ImageLinkTypeEnum.Image) { _type = contentType; Rel = "http://opds-spec.org/image"; if (type == ImageLinkTypeEnum.Thumbnail) { Rel += "/thumbnail"; } }