FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Using the Segment Feature
NewsWeb Development

Using the Segment Feature

via Dev.to TutorialElanat Framework1mo ago

Segment is an attribute that can be applied to ASPX pages. When this feature is enabled, all path parts that appear after the aspx file path are treated as segments and routed to the same executing page. Segment is one of the innovative ideas of the Elanat team. By enabling Segment, you gain full control over URL paths. Enabling Segment Razor Syntax @page +@segment <!DOCTYPE html> <html> ... Standard ASPX Syntax < %@ Page Segment= "true" % > <!DOCTYPE html> <html> ... How Segment Works If you enable Segment on the following path: /page/about.aspx Any additional path parts after this address will be considered segments, and the executable file /page/about.aspx will still be executed. Example /page/about.aspx/segment1/segment2/.../segmentN If Segment is enabled on a file such as: /page/about/Default.aspx You can still access it using both of the following formats: /page/about/Default.aspx/segment1/segment2/.../segmentN or /page/about/segment1/segment2/.../segmentN Accessing Segment Value

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
12 views

Related Articles

Letting agents in 2026 do research? It’s still too early to tell..
News

Letting agents in 2026 do research? It’s still too early to tell..

Medium Programming • 1d ago

PEP Talk #1 -​ PEP 723: Inline Script Metadata
News

PEP Talk #1 -​ PEP 723: Inline Script Metadata

Medium Programming • 1d ago

Judge halts Nexstar/Tegna merger after FCC let firms exceed TV ownership limit
News

Judge halts Nexstar/Tegna merger after FCC let firms exceed TV ownership limit

Ars Technica • 1d ago

The Asylum...and Real Life
News

The Asylum...and Real Life

Medium Programming • 1d ago

Breaking Down 20 Real-World Systems: Search, Payments, Messaging & More
News

Breaking Down 20 Real-World Systems: Search, Payments, Messaging & More

Medium Programming • 1d ago

Discover More Articles