0% found this document useful (0 votes)
2 views1 page

Visible Data Compair

The document discusses the handling of parameters in URL requests, differentiating between required and optional parameters. It emphasizes that for required parameters, the order is fixed and the parameter name does not need to be mentioned, while for optional parameters, the order is flexible. Examples of both types of parameter passing are provided to illustrate the concepts.

Uploaded by

legendkiller5578
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Visible Data Compair

The document discusses the handling of parameters in URL requests, differentiating between required and optional parameters. It emphasizes that for required parameters, the order is fixed and the parameter name does not need to be mentioned, while for optional parameters, the order is flexible. Examples of both types of parameter passing are provided to illustrate the concepts.

Uploaded by

legendkiller5578
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

https://www.linkedin.

com/in /ahmad-madaljeh/ (From Route)

1- Let the Passing for Parameter Required because the parmeter in this case
represent part of request url
2- No Need To Menition Paramter Name because the order of paramter is fixed
(host/class/method/15/Vemto/1.79
id , name , price )

https://www.youtube.com/watch ?v=wOhR_DTS-Kw&ab_channel=Total90%27
(From Query)

1- Let The Passing Parametr Optional


2- The Order of Parametr not necessary

(id , name , price )

A- host/class/method?id=15&name=Vemot&price=1.79
B- host/class/method?name=Vemot&price=1.79
C- host/class/method?price=1.79&name=Vemoto
D- host/class/method

You might also like