Gets the script references for a type
| C# | Visual Basic | Visual Basic Usage |
public static class ScriptObjectBuilder
Public NotInheritable Class ScriptObjectBuilder
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| DescribeComponent(Object, IScriptDescriptor, IUrlResolutionService, IControlResolver) |
Describes an object to a IScriptDescriptor based on its reflected properties and methods
| |
| ExecuteCallbackMethod(Control, String) |
Executes a callback capable method on a control
| |
| GetCssReferences(Control) |
Gets the embedded css file references for a type
| |
| GetScriptReferences(Type) |
Gets the script references for a type
| |
| GetScriptReferences(Type, Boolean) |
Gets the script references for a type
| |
| RegisterCssReferences(Control) |
Register's the Css references for this control
| |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) |
| Object | |
| ScriptObjectBuilder | |