Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ms-access/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Model view controller MVC中的动作过滤器_Model View Controller_Filter_Action - Fatal编程技术网

Model view controller MVC中的动作过滤器

Model view controller MVC中的动作过滤器,model-view-controller,filter,action,Model View Controller,Filter,Action,我想在mvc中创建一个可以在多个mvc应用程序中使用的操作过滤器。我们可以在一个类库的MVC中创建动作过滤器并在多个MVC应用程序中重用它们吗?根据我的研究,在一个类库中创建动作过滤器并在多个MVC应用程序中重用它们是不可能的根据我的研究,在一个类中创建动作过滤器是不可能的库并在多个MVC应用程序中重用它们

我想在mvc中创建一个可以在多个mvc应用程序中使用的操作过滤器。我们可以在一个类库的MVC中创建动作过滤器并在多个MVC应用程序中重用它们吗?

根据我的研究,在一个类库中创建动作过滤器并在多个MVC应用程序中重用它们是不可能的

根据我的研究,在一个类中创建动作过滤器是不可能的库并在多个MVC应用程序中重用它们