Click or drag to resize
IPageAttachmentUrlRetriever Interface
Provides an interface for retrieving the page attachment URL based on given parameters.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IPageAttachmentUrlRetriever

The IPageAttachmentUrlRetriever type exposes the following members.

Methods
  NameDescription
Public methodRetrieve
Retrieves the page attachment URL representation for given page attachment.
Top
See Also