Describes a default value which can be supplied to the parameter.

Namespace:  Mindscape.LightSpeed.Web.Routing
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Parameter)]
public sealed class DefaultValueAttribute : Attribute
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Parameter)> _
Public NotInheritable Class DefaultValueAttribute _
	Inherits Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Mindscape.LightSpeed.Web.Routing..::.DefaultValueAttribute

See Also