libirek.Header.SetContentType C# (CSharp) 메소드

SetContentType() 공개 메소드

Changes the content type from the default of text/html to newcontentype
public SetContentType ( string newcontenttype ) : void
newcontenttype string What to set the content type to
리턴 void
        public void SetContentType(string newcontenttype)
        {
            ContentType = newcontenttype;
        }