Код: Выделить всё
public controller : ControllerBase
{
[MyFilter("Parameter1", FromDependency)]
public ActionResult MyMethod()
{
....
}
}
Код: Выделить всё
public MyFilter : Attribute
{
MyFilter(string parameter1, context fromDependency)
{
}
}
Подробнее здесь: https://stackoverflow.com/questions/730 ... ion-filter
Мобильная версия