HttpRequest.Path Propiedad

Definición

Obtiene o establece la ruta de acceso de solicitud de RequestPath.

public:
 abstract property Microsoft::AspNetCore::Http::PathString Path { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public abstract Microsoft.AspNetCore.Http.PathString Path { get; set; }
member this.Path : Microsoft.AspNetCore.Http.PathString with get, set
Public MustOverride Property Path As PathString

Valor de propiedad

PathString

Ruta de acceso de solicitud de RequestPath.

Se aplica a