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

In This Topic
    ServiceUrl Property (PdfViewer)
    In This Topic
    Gets or sets the service url. It works as "~/api/" when it is not set.
    Syntax
    'Declaration
     
    
    Public Property ServiceUrl As String
    public string ServiceUrl {get; set;}
    See Also