Url Property (WorklistController)
In This Topic
Syntax
'Declaration
Public Property Url As System.Web.Http.Routing.UrlHelper
'Usage
Dim instance As WorklistController
Dim value As System.Web.Http.Routing.UrlHelper
instance.Url = value
value = instance.Url
public System.Web.Http.Routing.UrlHelper Url {get; set;}
public read-write property Url: System.Web.Http.Routing.UrlHelper;
public function get,set Url : System.Web.Http.Routing.UrlHelper
public: __property System.Web.Http.Routing.UrlHelper* get_Url();
public: __property void set_Url(
System.Web.Http.Routing.UrlHelper* value
);
public:
property System.Web.Http.Routing.UrlHelper^ Url {
System.Web.Http.Routing.UrlHelper^ get();
void set ( System.Web.Http.Routing.UrlHelper^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also