Share via


IRequest.LocalPath Property

.NET Framework 4.5

Gets the local path part of the url.

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
ReadOnly Property LocalPath As String 
    Get
'Usage
Dim instance As IRequest 
Dim value As String 

value = instance.LocalPath
string LocalPath { get; }
property String^ LocalPath {
    String^ get ();
}
abstract LocalPath : string
function get LocalPath () : String

Property Value

Type: System.String
The local path part of the url.

See Also

Reference

IRequest Interface

Microsoft.AspNet.SignalR Namespace