Miner.Desktop.DesignerExpress Assembly > Miner.Desktop.DesignerExpress.Annotations Namespace : AspMvcActionSelectorAttribute Class |
'Declaration <AttributeUsageAttribute(ValidOn=AttributeTargets.Property Or _ AttributeTargets.Parameter, AllowMultiple=False, Inherited=True)> Public NotInheritable Class AspMvcActionSelectorAttribute Inherits System.Attribute
'Usage Dim instance As AspMvcActionSelectorAttribute
[AttributeUsage(ValidOn=AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)] public sealed class AspMvcActionSelectorAttribute : System.Attribute
[ActionName("Foo")] public ActionResult Login(string returnUrl) { ViewBag.ReturnUrl = Url.Action("Foo"); // OK return RedirectToAction("Bar"); // Error: Cannot resolve action }
System.Object
System.Attribute
Miner.Desktop.DesignerExpress.Annotations.AspMvcActionSelectorAttribute
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.