| Ylbtech-.netframework-web.mvc:viewengineresult |
| 1. Assembly SYSTEM.WEB.MVC, version=5.2.3.0, culture=neutral, publickeytoken=31bf3856ad364e35 back to top |
1.
#regionAssembly SYSTEM.WEB.MVC, version=5.2.3.0, Culture=neutral, publickeytoken=31bf3856ad364e35//c:\users\administrator\source\repos\WebApp7\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\ System.Web.Mvc.dll#endregionusingSystem.Collections.Generic;namespacesystem.web.mvc{// //Summary://represents the result of locating the view engine. Public classViewengineresult {// //Summary://Initializes a new instance of the System.Web.Mvc.ViewEngineResult class using the specified search location. // //Parameters://searchedlocations://the location of the search. // //Exception://T:System.ArgumentNullException://the searchedlocations parameter is null. PublicViewengineresult (ienumerable<string>searchedlocations); // //Summary://Initializes a new instance of the System.Web.Mvc.ViewEngineResult class using the specified view and view engine. // //Parameters://View://view. // //Viewengine://view engine. // //Exception://T:System.ArgumentNullException://the view or viewengine parameter is null. PublicViewengineresult (IView view, Iviewengine viewengine); // //Summary://Gets or sets the location of the search. // //return Result://the location of the search. Publicienumerable<string> searchedlocations {Get; } // //Summary://Gets or sets the view. // //return Result://view. PublicIView View {Get; } // //Summary://Gets or sets the view engine. // //return Result://view engine. PublicIviewengine Viewengine {Get; } }}2.
|
Ylbtech Source: http://ylbtech.cnblogs.com/ This article is copyright to the author and the blog Park, Welcome to reprint, but without the consent of the author must retain this paragraph, and in the article page obvious location to the original link, otherwise reserves the right to pursue legal responsibility. |
. Netframework-web.mvc:viewengineresult