how to hide aspx extension in asp.net c#

how to hide aspx extension in asp.net c#

Asp Web

6 лет назад

10,830 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Ms Excel Creation
Ms Excel Creation - 06.04.2021 00:47

Very nice and helpful your videos bro

Ответить
gurjot singh
gurjot singh - 29.10.2020 16:33

Can you pass a link where some parameter is being passed in Response.Redirect() along with page name ?

Ответить
دكتور فارس
دكتور فارس - 20.09.2020 11:01

Thanks this is very helpful

Ответить
ikhsan saidi
ikhsan saidi - 12.02.2020 16:42

salam from jakarta., thanks you soo much.,

Ответить
Sayyed Mujib
Sayyed Mujib - 27.12.2019 10:12

navbar ke liye aisa karo sir ye tho button ke liye kia hain apne q k navbar me tho bahut sare link hoty hain uske liye hojaye tho shukria hoga sir

Ответить
Sayyed Mujib
Sayyed Mujib - 27.12.2019 10:11

Sir i want to do this type coding for menu which is on masterpage

Ответить
Kajal Patil
Kajal Patil - 04.12.2019 11:26

If I want default rewrite how can I do

Ответить
Aamir Siddique
Aamir Siddique - 16.10.2019 09:05

<rewrite>
<rules>
<rule name="RemoveASPX" enabled="true" stopProcessing="true">
<match url="(.*)\.aspx" />
<action type="Redirect" url="{R:1}" />
</rule>
<rule name="AddASPX" enabled="true">
<match url=".*" negate="false" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<add input="{URL}" pattern="(.*)\.(.*)" negate="true" />
</conditions>
<action type="Rewrite" url="{R:0}.aspx" />
</rule>
</rules>
</rewrite>

Ответить
Vivek Raj Singh
Vivek Raj Singh - 25.06.2019 16:54

I am using Visual Studio 2008, These codes not working there.

Ответить
Himanshu Jain
Himanshu Jain - 12.03.2019 11:48

Very Helpful Video

Ответить
pijush saha
pijush saha - 20.02.2019 19:19

Plz you can help me, many problems with me. How to you contacted, eny email address plz.... I am Indian.

Ответить
waleed Saeed
waleed Saeed - 06.08.2018 12:43

Hi sir
I need your help in how hide asp classic page extension , Can you give us example about that

Ответить
Smart Technic
Smart Technic - 25.07.2018 06:36

Thanks for better way to understand

Ответить
MANOJ SAH
MANOJ SAH - 23.10.2017 11:49

helpful information

Ответить
ABHINAV KUMAR
ABHINAV KUMAR - 09.10.2017 15:06

Bestt

Ответить
KISHAN KUMAR
KISHAN KUMAR - 08.10.2017 20:12

Sir This is really help full because i have tried every where for best solution but you give me better explanation thanks sir

Ответить
#Legal Updates
#Legal Updates - 08.10.2017 12:42

nice bro thanku solve my problem

Ответить
Arbind Kumar
Arbind Kumar - 05.10.2017 11:14

Helpful tricks

Ответить
Krishna Shah
Krishna Shah - 04.10.2017 20:27

Osm video All parson are useful video

Ответить
Krishna Shah
Krishna Shah - 04.10.2017 20:23

Nice video

Ответить
Shubham Gupta
Shubham Gupta - 04.10.2017 18:32

nice 👍👍

Ответить
KUMAR ABHINAV
KUMAR ABHINAV - 04.10.2017 17:06

Awesome concept.... Very helpful lesson of video

Ответить