What is my need -
I have a .net7.0 asp.net-webapp (razor). There are some parts of my cshtml that i want to customise based on per request which will be determined by c# corresponding PageModel class code.
What i did -
1 - using class static variables.
Result - blunder. got to know they are same for all users so it would have broken site functionality.
2 - using cookies
Result - cookies can only be appended to response and read on request, so data can't be transferred within one request but it is good for transferring data across requests.
3 - Viewdata["name"]
Result - found good for my need. the data is available only for that request.
What i want to know -
1 - Does the data in viewdata get destroyed after request ends or it piles up in server's memory.
2 - Is it safe to use viewdata in this way. Is there anything i should keep in mind while using it so it can be secure, doesn't load the server and provides needed functionality.
asp.net webapp - is viewdata safe for local request variable?
77 Views Asked by Priyansh Yadav At
1
There are 1 best solutions below
Related Questions in C#
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in .NET
- file download method in visual studio 2017
- Repository manager receives the wrong connection string in .net core
- MongoDb not connecting C#
- The current .NET SDK does not support targeting .NET Core 6.0. Brand new WPF Project VS Community 2022 17.9.5
- Why Scanning GSI on DynamoDb doesnt work as fast as expected when using CONTAINS?
- Are "blittable types" really unmanaged types for StructLayout Sequential
- Failed to fetch dynamically imported module on Blazor JS Interop
- Problem to upload several images per one request
- Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)
- Stripe connect payout - throws exceptions
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Convert C# DateTime.Ticks to Bigquery DateTime Format
- Socket.io nodejs server .NET connection
- Producer Batching Service Bus Vs Kafka
Related Questions in ASP.NET-CORE
- Windows environment variables at appsettings.json
- Which approach is right while creating a service for your update method?
- New Blazor Web App, Password Reset "A valid antiforgery token was not provided"
- No webpage was found for the web address: https://localhost:7002/Category/Add?area=Admin. Why is my URL generated like ?area=Admin instead of /Admin/
- how to get the html for a tag helper in code
- How to share authorization implemented in the server project with the client project in Blazor Web App Auto project?
- Why https is disabled on publish in .NET Core 7.0
- How to set language in a server-side rendering blazor app
- How can I debug server side rendering blazor code in a component?
- ASP.NET Core 6 randomly returning 200 with empty response
- ASP.NET Core MVC : NullReferenceException: Object reference not set to an instance of an object
- ASP.NET Core Identity Custom Register Endpoint
- VS Community 2022 cannot install dotnet-ef when i try to publish
- How does ASP.NET Core Identity ensure username is unique under concurrent conditions?
- In clean architecture, is the presentation layer allowed to communicate directly with the infrastructure layer?
Related Questions in RAZOR-PAGES
- When sanitize/encode while implementing tags system like on SO
- How to Pass Parameter Value From DDL to Filtering Query
- How to send a complex object to a Razor page
- Razor.RuntimeCompilation creates an error
- Runtime Compilation of Razor Pages Does Not Work .NET 8 VS2022
- C# ASP.NET Core MVC application with Avro
- How to add .html to razor pages url?
- BindProperty returning NULL OnPost
- How to perform code first approach on visual studio 2022 in MacBook m1
- Publishing .Net Core Blazor Web Assembly Client-Server Project
- Bug "The ConnectionString property has not been initialized." when use Update-Database in Package Manager Console
- How to get values in Razor View ASP NET CORE 6
- What is the correct syntax to bind a list of objects containing additional (nested) lists when posting forms
- Unable to Debug OnGet() Method in Razor Pages - ASP.NET Core
- Cannot post IEnumerable data in .NET Core Web Application
Related Questions in VIEWDATA
- How to Post New Record to Table and Pass that ID to another page to Create a Related Record
- Handling multiple items of data on the same view page
- How do pass value of a list using ViewBag in a partial view?
- I am unable to see the Full Data(Analysis -> View data) in Tableau
- asp.net webapp - is viewdata safe for local request variable?
- How do I render js code in .cshtml file based on C# value
- I want to read an array from the controller and use it in an Html script
- Show different View Data in view with different class in ASP.NET Core
- Putting data from two tables into one ViewData
- Want to display a value of a loop outside of the loop as a heading in Razor pages
- Why do we have ViewBag and ViewData, if they are doing the same thing in ASP.NET Core MVC
- How to pass a ViewBag/ViewData from a PartialView to the parent view in ASP.NET Core?
- The Name 'ViewData' does not exist in the current context in a razor page
- SelectBox does not show me the data transferred from ViewData dictionary
- Return State and city on Drop down list in ASP .NET Core
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You haven't actually given any details of what your need is, but in answer to the main question, ViewData is not stored across requests. It is a property of the PageModel, which is instantiated with each request and destroyed once the request has been processed and the response generated.
ViewData is used for passing data to views/pages. It is not strongly typed and can be error prone. For that reason, it is recommended to use public properties of the PageModel for passing data to views/pages. ViewData's primary use case is for passing data to weakly-typed Layout pages.
https://www.learnrazorpages.com/razor-pages/viewdata