Esempio n. 1
0
 private void BindContext(IMvcContext context)
 {
     if (context.RenderName == "form")
     {
         return;
     }
     context.Bind();
 }
		private void BindContext(IMvcContext context)
		{
			if (context.RenderName == "form") return;
			context.Bind();
		}