TeamMentor.CoreLib.IREST_ExtensionMethods.response_ContentType_Html C# (CSharp) Method

response_ContentType_Html() public static method

public static response_ContentType_Html ( this iRest_Admin ) : ITM_REST
iRest_Admin this
return ITM_REST
        public static ITM_REST response_ContentType_Html(this ITM_REST iRest_Admin)
        {
            return iRest_Admin.response_ContentType("text/html");
        }