Click or drag to resize

ClientStartupParamsBaseUri Property

Base URL of web application (root).

Namespace:  ASDSoft.WebSigner.Server.Browser
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[DataMemberAttribute(Name = "baseUri")]
[RequiredAttribute]
public string BaseUri { get; }

Property Value

Type: String
See Also