Share via


UnboundActionPathSegment.ActionName Property

 

Gets the name of the action.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public string ActionName {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}

Property Value

Type: System.String

See Also

UnboundActionPathSegment Class
System.Web.OData.Routing Namespace

Return to top