ServiceStack.ContentFormat.ToContentFormat C# (CSharp) 메소드

ToContentFormat() 공개 정적인 메소드

public static ToContentFormat ( this contentType ) : string
contentType this
리턴 string
        public static string ToContentFormat(this string contentType)
        {
            return GetContentFormat(contentType);
        }