UriPathExtensionMapping.UriPathExtension Property
Gets the Uri path extension.
Namespace: System.Net.Http.Formatting
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property UriPathExtension As String
Get
Private Set
'Usage
Dim instance As UriPathExtensionMapping
Dim value As String
value = instance.UriPathExtension
public string UriPathExtension { get; private set; }
public:
property String^ UriPathExtension {
String^ get ();
private: void set (String^ value);
}
member UriPathExtension : string with get, private set
function get UriPathExtension () : String
private function set UriPathExtension (value : String)
Property Value
Type: System.String
The Uri path extension.