Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
System.Web.Routing.Route in the source code for ASP.Net MVC 2 has these same bodyless constructors. It is not Abstract. [code] namespace System.Web.Routing { public class Route : RouteBase { public Route(string url, IRouteHandler routeHandler); ... public IRouteHandler RouteHandler { get; set; } public string Url { get; set; } } } …
The End.
soopahman