Exemplo n.º 1
0
 protected string FileExt2ContentType(string fileExt)
 {
     return(MimeContentType.GetContentType(fileExt));
 }