HttpContext myContext = getOriginalObjectFromSomewhere(); HttpContextBase myBase = new HttpContextWrapper(myContext); ... there are original, ...
確定! 回上一頁