# Microsoft.AspNetCore.Components.RouteAttribute.Parts

```csharp
string[] Parts { get; set; }
```

The url split into parts (ie "home" "section" "page" )

Declared in [Microsoft.AspNetCore.Components.RouteAttribute](/api/Microsoft.AspNetCore.Components.RouteAttribute).
Assembly: `Sandbox.Engine`.
