Example #1
0
 public bool ContentTypeAndExtensionIsValid()
 {
     return(MimeTypes.Exists(Extension, ContentType));
 }