libirek.Header.SetContentType C# (CSharp) Method

SetContentType() public method

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
return void
        public void SetContentType(string newcontenttype)
        {
            ContentType = newcontenttype;
        }