WebService.AppRelativeUrl Property
Gets the relative path to the .asmx file from the root URL of the Web site project.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property AppRelativeUrl As String
string AppRelativeUrl { get; }
property String^ AppRelativeUrl {
String^ get ();
}
abstract AppRelativeUrl : string with get
function get AppRelativeUrl () : String
Property Value
Type: System.String
The relative path to the .asmx file from the root URL of the Web site.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.