IParameterModelConvention Interface

Summary

Allows customization of the of the [Microsoft.AspNet.Mvc.ApplicationModels.ControllerModel](Microsoft.AspNet.Mvc.ApplicationModels.ControllerModel.yml).

Syntax

public interface IParameterModelConvention

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.ApplicationModels.IParameterModelConvention

Methods

Apply(Microsoft.AspNet.Mvc.ApplicationModels.ParameterModel)

Called to apply the convention to the [Microsoft.AspNet.Mvc.ApplicationModels.ParameterModel](Microsoft.AspNet.Mvc.ApplicationModels.ParameterModel.yml).

Arguments:
void Apply(ParameterModel parameter)