コード例 #1
0
        public string GetContentType()
        {
            var attr = Kind.GetCustomAttribute <ContentTypeAttribute>();

            return(attr != null ? attr.ContentType : String.Empty);
        }