Show / Hide Table of Contents

Interface IRouting

Indicates a message that can respond to a HTTP request.

Namespace: EC.ProductsAndPricing.ServiceContract
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public interface IRouting

Properties

View Source

FullPath

The URL path that the route handles.

Declaration
string FullPath { get; }
Property Type: System.String
View Source

Verb

The HTTP verb that the route handles.

Declaration
VersionedRouteHttpVerb Verb { get; }
Property Type: VersionedRouteHttpVerb
  • View Source
Back to top Copyright © 2017 EC English