JSComponentConfigurationExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for working on an IJSComponentConfiguration.
public static class JSComponentConfigurationExtensions
type JSComponentConfigurationExtensions = class
Public Module JSComponentConfigurationExtensions
- Inheritance
-
JSComponentConfigurationExtensions
Methods
RegisterForJavaScript(IJSComponentConfiguration, Type, String, String) |
Marks the specified component type as allowed for instantiation from JavaScript. |
RegisterForJavaScript(IJSComponentConfiguration, Type, String) |
Marks the specified component type as allowed for instantiation from JavaScript. |
RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String) |
Marks the specified component type as allowed for instantiation from JavaScript. |
RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String) |
Marks the specified component type as allowed for instantiation from JavaScript. |