Click or drag to resize

AspMvcActionAttribute Class

ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter is an MVC action. If applied to a method, the MVC action name is calculated implicitly from the context. Use this attribute for custom wrappers similar to System.Web.Mvc.Html.ChildActionExtensions.RenderAction(HtmlHelper, String)
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Ozeki.CommonAspMvcActionAttribute

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public sealed class AspMvcActionAttribute : Attribute

The AspMvcActionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAspMvcActionAttribute
Initializes a new instance of the AspMvcActionAttribute class
Public methodAspMvcActionAttribute(String)
Initializes a new instance of the AspMvcActionAttribute class
Top
Properties
  NameDescription
Public propertyAnonymousProperty
Top
See Also