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