HtmlForgeX

API Reference

Class

JavaScriptFunctionName

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Identifies a global JavaScript callback by name without accepting executable code.

Inheritance

  • Object
  • JavaScriptFunctionName

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Methods

public static JavaScriptFunctionName Global(String name) #
Returns: JavaScriptFunctionName

Creates a validated JavaScript identifier used for a global callback lookup.

Parameters

name System.String requiredposition: 0
public override String ToString() #
Returns: String