ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Viewer Namespace / ViewerBase Class / OnClientBeforeSendRequest Property






In This Topic
    OnClientBeforeSendRequest Property
    In This Topic
    Occurs before every request sent to the server.
    Syntax
    'Declaration
     
    
    Public Property OnClientBeforeSendRequest As System.String
    'Usage
     
    
    Dim instance As ViewerBase
    Dim value As System.String
     
    instance.OnClientBeforeSendRequest = value
     
    value = instance.OnClientBeforeSendRequest
    public System.string OnClientBeforeSendRequest {get; set;}
    public read-write property OnClientBeforeSendRequest: System.String; 
    public function get,set OnClientBeforeSendRequest : System.String
    public: __property System.string* get_OnClientBeforeSendRequest();
    public: __property void set_OnClientBeforeSendRequest( 
       System.string* value
    );
    public:
    property System.String^ OnClientBeforeSendRequest {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also