%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="search.aspx.cs" Inherits="WebPromosyon.search" %> <%@ Import Namespace="WebPromosyon.Models" %> <%@ Import Namespace="Microsoft.AspNet.FriendlyUrls" %> <%@ Import Namespace="WebPromosyon.Class" %> <% SettingSite st = new SettingSite(); %> " width="100%" height="100%" alt="" /> Arama <%foreach (var item in productList()) { %> "><%: item.productName %> <% foreach(var desc in productDescription(item.productId)) { %> <%= TextLengths.Length(HtmlRemoval.StripTagsRegex(desc.productDescription), 350) %> <% } %> <% } %>
<%= TextLengths.Length(HtmlRemoval.StripTagsRegex(desc.productDescription), 350) %>