コード例 #1
0
		public void BeginActionWithoutEndActionNotAllowed()
		{
			IAsyncController controller = new ControllerWithBeginIndexWithoutEndIndex();
			services.ControllerDescriptorProvider.BuildDescriptor(controller);
		}
コード例 #2
0
        public void BeginActionWithoutEndActionNotAllowed()
        {
            IAsyncController controller = new ControllerWithBeginIndexWithoutEndIndex();

            services.ControllerDescriptorProvider.BuildDescriptor(controller);
        }