Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Uri path extension.
Namespace: System.Net.Http.Formatting
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public string UriPathExtension {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property String^ UriPathExtension {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
private: void set(String^ value);
}
member UriPathExtension : string with get, private set
Public Property UriPathExtension As String
Get
Private Set
End Property
Property Value
Type: System.String
The Uri path extension.
See Also
UriPathExtensionMapping Class
System.Net.Http.Formatting Namespace
Return to top