Click or drag to resize
FormContextResolveUrl Method

[This is preliminary documentation and is subject to change.]

Resolve relative URL - examples: Configuration/config/MyForm.aspx ~/Configuration/config/MyForm.aspx #/MyForm.aspx

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public string ResolveUrl(
	string input
)

Parameters

input
Type: SystemString

[Missing <param name="input"/> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.ResolveUrl(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.ResolveUrl(System.String)"]

See Also