hello everyone,
I have created one button , the purpose of the button is to share a link as a whatsapp message to anyone.
when someone open the message (that link) it will redirect to their mobile default browser.
The message would not go from a particular mobile number also.
for example i have written code :
-------------------------------CSS--------------
.btnStyle
{
height:45px;
width:45px;
border-radius:50%;
color:green;
border:none;
outline:none;
background-color:transparent;
}
--------------------------------------------HTML----------
share in whatsapp
--------------------------------------------------------------------------------
The behaviour of the button would be shareable, and the message would be the link, in this case https://www.c-sharpcorner.com/
Can any one explain me how to achive like this functionality.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Jenith ThakkarPosted Jul 19, 2018, 1:35 AM
private void send_Message(string Message,string to)
I hope it will help you