单项选择题
Which method of the ChildActionExtensions class calls a child action method and renders the result inline in the parent view?()
	A.RenderPartial
	B.Action
	C.Render
	D.RenderAction
                    
                            点击查看答案&解析
                
                
            相关考题
- 
                                    单项选择题
                                    
Whichutilityallowsyoutopre-compileandpublishyourWebsitetoanewlocation?()
A.Publish Web Site
B.Web-based installation
C.Web site project mode
D.Web services directory - 
                                    单项选择题
                                    
Whichofthefollowingisthecorrectcollectionofbuildevents?()
A.Pre-Build, Post-Link, and Pre-Link
B.Pre-Build, Post-Build, and Post-Link
C.Pre-Build, Pre-Link, and Post-Build
D.Post-Link, Pre-Link, and Post-Build - 
                                    单项选择题
                                    
YouworkasanASP.NETWebApplicationDeveloperforSomeCompany.ThecompanyusesVisualStudio.NET2010asitsapplicationdevelopmentplatform.YoucreateanASP.NETWebapplicationusing.NETFramework4.0.TheWebapplicationconnectstoaSQLServerdatabase.YouusetheADO.NETEntityFrameworktohandlepersistence-ignorantentities.YoucreateanObjectContextobjectnamedObjContext.Subsequently,youchangepropertiesonnumerousentities.YouarerequiredtosavethechangedentityvaluesintheSQLServerdatabase.Whichofthefollowingcodesegmentswillyouuse?()
A.ObjContext.SaveChanges(SaveOptions.DetectChangesBeforeSave);
B.ObjContext.SaveChanges(SaveOptions.AcceptAllChangesAfterSave);
C.ObjContext.SaveChanges(SaveOptions.All);
D.ObjContext.SaveChanges(SaveOptions.None);