2
Answers

HttpContext Problem

Smart    Lucky

Smart Lucky

12y
1.8k
1

Hi 

I am using Substitution Contol in asp.net and i have saw an video tutorial on youtube.com for that and that a method called GetNum and passing as argument HttpContext , can any one tell me why use this and what is the functionality of that..............?




public static string GetNum(HttpContext context)
{
return (a + b).ToString();
}

Answers (2)