Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the BoundFunctionPathSegmentTemplate class.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public BoundFunctionPathSegmentTemplate(
BoundFunctionPathSegment function
)
public:
BoundFunctionPathSegmentTemplate(
BoundFunctionPathSegment^ function
)
new :
function:BoundFunctionPathSegment -> BoundFunctionPathSegmentTemplate
Public Sub New (
function As BoundFunctionPathSegment
)
Parameters
function
Type: System.Web.OData.Routing.BoundFunctionPathSegmentThe function segment to be templatized
See Also
BoundFunctionPathSegmentTemplate Class
System.Web.OData.Routing Namespace
Return to top