Click or drag to resize
HTMLHelperGetFormAction Method
Gets the form action for the current request.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetFormAction(
	string rawUrl
)

Parameters

rawUrl
Type: SystemString
Raw URL

Return Value

Type: String
See Also