ApplicationModelProviderContext Class¶
Summary¶
A context object for [Microsoft.AspNet.Mvc.ApplicationModels.IApplicationModelProvider](Microsoft.AspNet.Mvc.ApplicationModels.IApplicationModelProvider.yml).
Constructors¶
-
ApplicationModelProviderContext
(System.Collections.Generic.IEnumerable<System.Reflection.TypeInfo>)¶ Arguments: - controllerTypes (System.Collections.Generic.IEnumerable{System.Reflection.TypeInfo}) –
public ApplicationModelProviderContext(IEnumerable<TypeInfo> controllerTypes)
-
Properties¶
-
ControllerTypes
()¶ Return type: System.Collections.Generic.IEnumerable{System.Reflection.TypeInfo} public IEnumerable<TypeInfo> ControllerTypes { get; }
-
Result
()¶ Gets the [Microsoft.AspNet.Mvc.ApplicationModels.ApplicationModel](Microsoft.AspNet.Mvc.ApplicationModels.ApplicationModel.yml).
Return type: Microsoft.AspNet.Mvc.ApplicationModels.ApplicationModel public ApplicationModel Result { get; }
-