Kimono.KMimeType.DefaultMimeType C# (CSharp) 메소드

DefaultMimeType() 공개 정적인 메소드

Returns the name of the default mimetype. Always application/octet-stream, but this method exists for performance purposes.
public static DefaultMimeType ( ) : string
리턴 string
        public static string DefaultMimeType()
        {
            return (string) staticInterceptor.Invoke("defaultMimeType", "defaultMimeType()", typeof(string));
        }