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 or sets the currently registered procedure link factory.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
protected Func<EntityInstanceContext, Uri> LinkFactory {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
protected:
property Func<EntityInstanceContext^, Uri^>^ LinkFactory {
[CompilerGeneratedAttribute]
Func<EntityInstanceContext^, Uri^>^ get();
[CompilerGeneratedAttribute]
void set(Func<EntityInstanceContext^, Uri^>^ value);
}
member LinkFactory : Func<EntityInstanceContext, Uri> with get, set
Protected Property LinkFactory As Func(Of EntityInstanceContext, Uri)
Property Value
Type: System.Func<EntityInstanceContext, Uri>
Returns Func<T, TResult>.
See Also
ProcedureConfiguration Class
System.Web.OData.Builder Namespace
Return to top