func init // adds using namespace sys.add_use('System.Net.Mime') end func Application return('MediaTypeNames.Application.' + this.props("Application").value) end func Image return('MediaTypeNames.Image.' + this.props("Image").value) end func Text return('MediaTypeNames.Text.' + this.props("Text").value) end