ApplicationModel Class

Syntax

public class ApplicationModel

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.ApplicationModels.ApplicationModel

Constructors

Microsoft.AspNet.Mvc.ApplicationModels.ApplicationModel.ApplicationModel()
public ApplicationModel()

Properties

ApiExplorer()

Gets or sets the [Microsoft.AspNet.Mvc.ApplicationModels.ApiExplorerModel](Microsoft.AspNet.Mvc.ApplicationModels.ApiExplorerModel.yml) for the application.

Return type:Microsoft.AspNet.Mvc.ApplicationModels.ApiExplorerModel
public ApiExplorerModel ApiExplorer { get; set; }
Controllers()
Return type:System.Collections.Generic.IList{Microsoft.AspNet.Mvc.ApplicationModels.ControllerModel}
public IList<ControllerModel> Controllers { get; }
Filters()
Return type:System.Collections.Generic.IList{Microsoft.AspNet.Mvc.IFilter}
public IList<IFilter> Filters { get; }
Properties()

Gets a set of properties associated with all actions. These properties will be copied to [Microsoft.AspNet.Mvc.ActionDescriptor.Properties]().

Return type:System.Collections.Generic.IDictionary{System.Object,System.Object}
public IDictionary<object, object> Properties { get; }