ViewEngineResult Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of locating a view engine.
public class ViewEngineResult
	type ViewEngineResult = class
	Public Class ViewEngineResult
		- Inheritance
 - 
				ViewEngineResult
 
Constructors
| ViewEngineResult(IEnumerable<String>) | 
		 Initializes a new instance of the ViewEngineResult class by using the specified searched locations.  | 
        	
| ViewEngineResult(IView, IViewEngine) | 
		 Initializes a new instance of the ViewEngineResult class by using the specified view and view engine.  | 
        	
Properties
| SearchedLocations | 
		 Gets or sets the searched locations.  | 
        	
| View | 
		 Gets or sets the view.  | 
        	
| ViewEngine | 
		 Gets or sets the view engine.  |