ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Viewer Namespace / ViewerBase Class / ServiceUrl Property






In This Topic
    ServiceUrl Property (ViewerBase)
    In This Topic
    Gets or sets the service url. It works as "~/api/" when it is not set.
    Syntax
    'Declaration
     
    
    Public Property ServiceUrl As System.String
    'Usage
     
    
    Dim instance As ViewerBase
    Dim value As System.String
     
    instance.ServiceUrl = value
     
    value = instance.ServiceUrl
    public System.string ServiceUrl {get; set;}
    public read-write property ServiceUrl: System.String; 
    public function get,set ServiceUrl : System.String
    public: __property System.string* get_ServiceUrl();
    public: __property void set_ServiceUrl( 
       System.string* value
    );
    public:
    property System.String^ ServiceUrl {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also