Creating Image Gallery With Asp.Net Core 2.1 Web API - Fixing Image and Gallery Path

Опубликовано: 01 Октябрь 2024
на канале: Tech Howdy
158
3

In this video tutorial we will be fixing the Image and Gallery Path. The files will be stored using their Relative Paths, doing this will help us to access the files in front-end.

Project Files Now Available Her -
Process to Create Image Gallery With Asp.Net Core 2.1 Web API And Ajax
http://techhowdy.com/process-to-creat...

Here are a few basic examples of relative and absolute paths:

Relative Paths
index.html
/gallery/image.png
/help/gallery/gallery5.html

Absolute Paths
http://www.techhowdy.com
http://www.mysite.com/graphics/image.png
http://www.mysite.com/help/articles/h...

#AspNetCoreImageGallery #AspNetCoreTutorial #AspNetCoreWebAPI