Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the js script rules in Asp.net Ajax

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces ASP.NET Ajax js script rules which, the article is very detailed, has a certain reference value, interested friends must read!

Register a namespace:Type.registerNamespace("AspNetAjavOverView");//Register a namespace named AspNetAjavOverView (format:Type.registerNamespace("Namespace Name"))

Register a class in a namespace:AspNetAjavOverView.Person.registerClass(Person);//Register a class Person in the namespace AspNetAjavOverView. (Format: namespace name. Class name.registerClass ('class name'))

Add method AspNetAjavOverView.Person. prototype ={method name:function(){...}, Method Name 2:function(){...}}// Add a prototype to a class

Inheritance relationships between classes. AspNetAjavOverView.employee.registerClass("AspNetAjavOverView.employee",AspNetAjavOverView.Person);//employee inherits the already registered AspNetAjavOverView.Person class. (Format: namespace name.) class name.registerClass ('class name', full name of base class))

Call the method AspNetAjavOverView.employee.initializeBase(this,[firstname,lastname]) of the base class;//Call the constructor method of the base class Person in the constructor of employee.

The above is "Asp.net Ajax js script rules what" all the content of this article, thank you for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report