C# Class Hyper.Http.Controllers.HttpParameterBindingExtensions

HttpParameterBindingExtensions class.
显示文件 Open project: tmitchel2/Hyper

Public Methods

Method Description
WillReadUri ( this parameterBinding ) : bool

Wills the read URI.

Method Details

WillReadUri() public static method

Wills the read URI.
public static WillReadUri ( this parameterBinding ) : bool
parameterBinding this The parameter binding.
return bool