Click or drag to resize
KenticoLinkMetadataControllerGetLinkMetadata Method
Serves the link meta data for the given URL.

Namespace: Kentico.Components.Web.Mvc.Dialogs.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ActionResult GetLinkMetadata(
	string linkUrl
)

Parameters

linkUrl
Type: SystemString
The link URL.

Return Value

Type: ActionResult
See Also