Compartilhar via


EntitySetConfiguration<TEntityType>.HasFeedSelfLink Método

Definição

Sobrecargas

HasFeedSelfLink(Func<ResourceSetContext,String>)

Adiciona um self link ao feed.

HasFeedSelfLink(Func<ResourceSetContext,Uri>)

Adiciona um self link ao feed.

HasFeedSelfLink(Func<ResourceSetContext,String>)

Adiciona um self link ao feed.

public virtual void HasFeedSelfLink (Func<Microsoft.AspNet.OData.ResourceSetContext,string> feedSelfLinkFactory);
abstract member HasFeedSelfLink : Func<Microsoft.AspNet.OData.ResourceSetContext, string> -> unit
override this.HasFeedSelfLink : Func<Microsoft.AspNet.OData.ResourceSetContext, string> -> unit
Public Overridable Sub HasFeedSelfLink (feedSelfLinkFactory As Func(Of ResourceSetContext, String))

Parâmetros

feedSelfLinkFactory
Func<ResourceSetContext,String>

O construtor usado para gerar a URL do link.

Aplica-se a

HasFeedSelfLink(Func<ResourceSetContext,Uri>)

Adiciona um self link ao feed.

public virtual void HasFeedSelfLink (Func<Microsoft.AspNet.OData.ResourceSetContext,Uri> feedSelfLinkFactory);
abstract member HasFeedSelfLink : Func<Microsoft.AspNet.OData.ResourceSetContext, Uri> -> unit
override this.HasFeedSelfLink : Func<Microsoft.AspNet.OData.ResourceSetContext, Uri> -> unit
Public Overridable Sub HasFeedSelfLink (feedSelfLinkFactory As Func(Of ResourceSetContext, Uri))

Parâmetros

feedSelfLinkFactory
Func<ResourceSetContext,Uri>

O construtor usado para gerar a URL do link.

Aplica-se a