IViewEngine Interface
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.
Defines the contract for a view engine.
public interface class IViewEngine
public interface IViewEngine
type IViewEngine = interface
Public Interface IViewEngine
- Derived
Methods
FindView(ActionContext, String, Boolean) |
Finds the view with the given |
GetView(String, String, Boolean) |
Gets the view with the given |