Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / RegisterExternalScriptBlock Method / RegisterExternalScriptBlock(Type,String,String) Method
The type.
The key.
The script.


In This Topic
    RegisterExternalScriptBlock(Type,String,String) Method
    In This Topic
    Registers the external script block that is loaded by Spread after each Ajax call.
    Syntax
    'Declaration
     
    
    Public Overloads Sub RegisterExternalScriptBlock( _
       ByVal type As Type, _
       ByVal key As String, _
       ByVal script As String _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim type As Type
    Dim key As String
    Dim script As String
     
    instance.RegisterExternalScriptBlock(type, key, script)
    public void RegisterExternalScriptBlock( 
       Type type,
       string key,
       string script
    )

    Parameters

    type
    The type.
    key
    The key.
    script
    The script.
    See Also